Fixed comments

This commit is contained in:
David Harris 2025-06-04 17:57:05 -07:00
parent dde5186e75
commit 0ba93ef220
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ $(TARGET).elf: $(TARGET).S Makefile
riscv64-unknown-elf-gcc -g -o $(TARGET) -march=rv32i_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 $(TARGET).elf --lockstepverbose

View file

@ -7,7 +7,7 @@ $(TARGET).elf: $(TARGET).S Makefile
riscv64-unknown-elf-gcc -g -o $(TARGET) -march=rv32i_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 $(TARGET).elf --lockstepverbose

View file

@ -7,7 +7,7 @@ $(TARGET).elf: $(TARGET).S Makefile
riscv64-unknown-elf-gcc -g -o $(TARGET) -march=rv32i_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 $(TARGET).elf --lockstepverbose

View file

@ -7,7 +7,7 @@ $(TARGET).elf: $(TARGET).S Makefile
riscv64-unknown-elf-gcc -g -o $(TARGET) -march=rv32i_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 $(TARGET).elf --lockstepverbose