Skip to content

Commit

Permalink
fix make help failed XUANTIE-RV#22
Browse files Browse the repository at this point in the history
fix make help failed XUANTIE-RV#22
  • Loading branch information
strongwong authored Jan 6, 2023
1 parent 414b50d commit 235997a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions smart_run/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,11 @@ help:
@echo " make runcase CASE=dhry : run case 'dhry' (by iverilog withtout dump) ";
@echo " make runcase CASE=dhry SIM=nc : run case 'dhry' (by nc withtout dump) ";
@echo " make runcase CASE=dhry DUMP=on : run case 'dhry' with dump ";
@echo " make runcase CASE=coremark SIM=verilator THREADS=8 : run case 'coremark' without dump(by verilator) with 8 threads;
@echo " make cleanVerilator : clean the verilator generated file before Verilator operations;
@echo " make compile SIM=verilator DUMP=on THREADS=8 : run compile with dump (by Verilator with dump) with 8 threads;
@echo " make buildVerilator : run build executable file with Verilator;
@echo " make runVerilator : run simulation file with Verilator;
@echo " make runcase CASE=coremark SIM=verilator THREADS=8 : run case 'coremark' without dump(by verilator) with 8 threads ";
@echo " make cleanVerilator : clean the verilator generated file before Verilator operations ";
@echo " make compile SIM=verilator DUMP=on THREADS=8 : run compile with dump (by Verilator with dump) with 8 threads ";
@echo " make buildVerilator : run build executable file with Verilator ";
@echo " make runVerilator : run simulation file with Verilator ";



0 comments on commit 235997a

Please sign in to comment.