mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 08:50:26 -04:00
Fixed comments
This commit is contained in:
parent
0ba93ef220
commit
55df24f00b
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 \
|
||||
-nostartfiles -T../../link/link.ld $(TARGET).S -o $(TARGET).elf
|
||||
|
||||
# simulate in Spike
|
||||
# simulate in ImperasDV lockstep
|
||||
sim: $(TARGET).elf.objdump
|
||||
wsim rv32gc 8p9.elf --lockstepverbose > log
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue