leonardt / fault

A Python package for testing hardware (part of the magma ecosystem)
BSD 3-Clause "New" or "Revised" License
41 stars 13 forks source link

Optimize ncsim flag usage #215

Closed Kuree closed 4 years ago

Kuree commented 4 years ago

Only use read access flags when dumping VCD. Otherwise no access flags. This should speed up simulation in most cases.

Side note: I noticed that buildkite agents is blocked by a PR which seems to be run into infinite loop: https://buildkite.com/stanford-aha/fault/builds/1074#e2e03ea3-43f4-40e7-a62e-9de57226e1a2 We should probably set an up limit on how long a test should run on buildkite.