Skip to content

Commit 50f6981

Browse files
committed
Use new sim commands
1 parent 12d8bc2 commit 50f6981

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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"
5755
submit.composite = ["_check-project", "chipflow silicon submit {args}"]
5856
chipflow.shell = "cd $PDM_RUN_CWD && chipflow"
5957
sim-run.composite = [
6058
"_check-project",
61-
"chipflow sim",
62-
"chipflow software",
63-
"_run-sim {args}"
59+
"chipflow sim run",
6460
]
6561
sim-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
]
7065
board-load-software-ulx3s.composite = ["_check_project", "openFPGALoader -fb ulx3s -o 0x00100000 $PDM_RUN_CWD/build/software/software.bin"]
7166
board-load-ulx3s.composite = ["_check_project", "openFPGALoader -b ulx3s $PDM_RUN_CWD/build/top.bit"]

0 commit comments

Comments
 (0)