Fixed comments

This commit is contained in:
David Harris 2025-06-04 17:58:04 -07:00
parent 0ba93ef220
commit 55df24f00b

View file

@ -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 Spike # simulate in ImperasDV lockstep
sim: $(TARGET).elf.objdump sim: $(TARGET).elf.objdump
wsim rv32gc 8p9.elf --lockstepverbose > log wsim rv32gc 8p9.elf --lockstepverbose > log