mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Fixed comment about simulator
This commit is contained in:
parent
f4d8256ed0
commit
de520bc6b6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ $(TARGET).elf: $(TARGET).S Makefile
|
||||||
riscv64-unknown-elf-gcc -g -o $(TARGET) -march=rv32im_zicsr -mabi=ilp32 -mcmodel=medany \
|
riscv64-unknown-elf-gcc -g -o $(TARGET) -march=rv32im_zicsr -mabi=ilp32 -mcmodel=medany \
|
||||||
-nostartfiles -T../../link/link.ld $(TARGET).S -o $(TARGET).elf
|
-nostartfiles -T../../link/link.ld $(TARGET).S -o $(TARGET).elf
|
||||||
|
|
||||||
# simulate in lockstep with ImperasDV
|
# simulate with Spike
|
||||||
sim: $(TARGET).elf.objdump
|
sim: $(TARGET).elf.objdump
|
||||||
spike --isa=rv32i_zicsr -d $(TARGET).elf
|
spike --isa=rv32i_zicsr -d $(TARGET).elf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue