Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix make help failed #22 #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ";