mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
Fixed comments
This commit is contained in:
parent
dde5186e75
commit
0ba93ef220
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue