XUANTIE-RV / openc910

OpenXuantie - OpenC910 Core
Apache License 2.0
1.16k stars 306 forks source link

Fix the Makefile in smart_run #28

Open Warlockch opened 1 year ago

Warlockch commented 1 year ago

In the Makefile in smart_run directory, the last five line lack the other half of " @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;