m4_define( proj_name, [RISC-V ISA Simulator]) m4_define( proj_maintainer, [Andrew Waterman]) m4_define( proj_abbreviation, [spike]) #--- # Project version information #--- # Version information is meant to be managed through a version control # system's tags and revision numbers. In ...
master Breadcrumbs riscv-isa-sim/ ax_boost_regex.m4Latest commit HistoryHistoryFile metadata and controls Code Blame 111 lines (104 loc) · 4.11 KB Raw 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ...
Spike, a RISC-V ISA Simulator. Contribute to Yinzhao-Huang/riscv-isa-sim development by creating an account on GitHub.
Spike, a RISC-V ISA Simulator. Contribute to Tang-Haojin/riscv-isa-sim development by creating an account on GitHub.
Spike, a RISC-V ISA Simulator. Contribute to ReRAM-Labs/riscv-isa-sim development by creating an account on GitHub.
Spike, a RISC-V ISA Simulator. Contribute to riscv-mcu/riscv-isa-sim development by creating an account on GitHub.
master Breadcrumbs riscv-isa-sim/ README.mdLatest commit HistoryHistory File metadata and controls Preview Code Blame 303 lines (241 loc) · 8.58 KB Raw Spike RISC-V ISA SimulatorAboutSpike, the RISC-V ISA Simulator, implements a functional model of one or more RISC-V harts. It is ...
AC_CHECK_TOOLS([RUN],[isa-run run],[no]) AS_IF([ test ${RUN} = "no" ], [ AC_MSG_ERROR([Cannot find simulator for target ${target_alias}]) ]) ],[ RUN="" ]) AC_SUBST([RUN]) AC_SUBST([RUNFLAGS]) ]) #--- # MCPPBS_SUBPROJECTS([ sproj1, sproj2, ... ]) #---...
Spike, a RISC-V ISA Simulator. Contribute to yun-cloud/riscv-isa-sim development by creating an account on GitHub.
# empty for native builds or to the name of the isa simulator for # non-native builds. Thus a makefile can run compiled programs # regardless if we are doing a native or non-native build like this: # # $(RUN) $(RUNFLAGS) ./test-program # AC_DEFUN([MCPPBS_PROG_RUN], [ AS_...