Fixed comment about simulator

This commit is contained in:
David Harris 2025-06-01 20:00:50 -07:00
parent f4d8256ed0
commit de520bc6b6

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 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