1
0
Fork 0
rocket-chip/csrc
Minux Ma 622e311962 Fix emulator argument processing for unknown DTM arguments (#498)
Revision 7e79421 (issue #484) makes emulator.cc rejecting any unrecognized
+arg "legacy" arguments, however, this breaks riscv-torture emulator tests
as it needs to pass +signature to the DTM.

I think it is actually impossible to check for unknown argument here
unless we hardcode a list of all arguments recognized by fesrv. Fix this
issue by passing all arguments starting with the first unknown argument
to DTM.

Updates #484.

Signed-off-by: Minux Ma <minux.ma@gmail.com>
2017-01-16 13:42:45 -08:00
..
SimDTM.cc copyright: ran scripts/modify-copyright 2016-11-27 22:15:43 -08:00
comlog.cc copyright: ran scripts/modify-copyright 2016-11-27 22:15:43 -08:00
emulator.cc Fix emulator argument processing for unknown DTM arguments (#498) 2017-01-16 13:42:45 -08:00
float_fix.cc copyright: ran scripts/modify-copyright 2016-11-27 22:15:43 -08:00
jtag_vpi.c Use a random port number for JTAG VPI. 2016-10-26 11:40:45 -07:00
verilator.h add STOP_COND to emulator & match vsim PRINTF_COND 2016-09-09 11:07:17 -07:00