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

Add skip run flag #210

Closed rsetaluri closed 4 years ago

leonardt commented 4 years ago

Hmm, it seems like we may want to factor it such that compile will actually generate the test bench collateral instead of run, so we could achieve this with just using compile rather than compile_and_run, but this get's the job done for now.

rsetaluri commented 4 years ago

Was going to try this but actually realized it's not possible that way, because the test bench requires the actions which are only available at run time, not "compile" (__init__) time.