We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce21cb commit 71baaaeCopy full SHA for 71baaae
1 file changed
chipflow/platform/sim_step.py
@@ -136,7 +136,13 @@ def run(self, *args):
136
from ..cli import run
137
run(["software"])
138
self.build(args)
139
+
140
+ print("Running simulation...")
141
+ print("-----------------------------------------")
142
+ print("")
143
result = subprocess.run([self.sim_dir / "sim_soc"], cwd=self.sim_dir)
144
145
146
147
if result.returncode != 0:
148
raise ChipFlowError("Simulation failed")
0 commit comments