Spike, a RISC-V ISA Simulator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
579 B

fesvr_install_hdrs = \
byteorder.h \
elf.h \
elfloader.h \
htif.h \
dtm.h \
memif.h \
syscall.h \
context.h \
htif_pthread.h \
htif_hexwriter.h \
option_parser.h \
term.h \
device.h \
rfb.h \
tsi.h \
fesvr_install_config_hdr = yes
fesvr_install_lib = yes
fesvr_install_pcs = yes
fesvr_srcs = \
elfloader.cc \
htif.cc \
memif.cc \
dtm.cc \
syscall.cc \
device.cc \
rfb.cc \
context.cc \
htif_pthread.cc \
htif_hexwriter.cc \
dummy.cc \
option_parser.cc \
term.cc \
tsi.cc \
fesvr_install_prog_srcs = \
elf2hex.cc \