File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -51,21 +51,16 @@ source = "scm"
5151
5252[tool .pdm .scripts ]
5353_.env_file = " .env.toolchain"
54- _json-compare.call = " tools.json_compare:main"
5554_check-project.call = " tools.check_project:main"
56- _run-sim.shell = " cd $PDM_RUN_CWD/build/sim && ./sim_soc"
5755submit.composite = [" _check-project" , " chipflow silicon submit {args}" ]
5856chipflow.shell = " cd $PDM_RUN_CWD && chipflow"
5957sim-run.composite = [
6058 " _check-project" ,
61- " chipflow sim" ,
62- " chipflow software" ,
63- " _run-sim {args}"
59+ " chipflow sim run" ,
6460 ]
6561sim-check.composite = [
6662 " _check-project" ,
67- " sim-run {args}" ,
68- " _json-compare design/tests/events_reference.json build/sim/events.json"
63+ " chipflow sim check" ,
6964 ]
7065board-load-software-ulx3s.composite = [" _check_project" , " openFPGALoader -fb ulx3s -o 0x00100000 $PDM_RUN_CWD/build/software/software.bin" ]
7166board-load-ulx3s.composite = [" _check_project" , " openFPGALoader -b ulx3s $PDM_RUN_CWD/build/top.bit" ]
You can’t perform that action at this time.
0 commit comments