-
Notifications
You must be signed in to change notification settings - Fork 13
Fixture additions #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixture additions #307
Conversation
Fix indexing into one bit of a spice bus
…ssue with verilog reads
…ill need to fix tests, but will wait until after merge
…m about to make minor changes to background poke class
…itrary args to run()
…ght now it will likely crash if a var is background-poked and work incorrectly if a poke to a var is used to override an existing background poke.
…rent output is next
…nually add delays between poke and expect.
Sorry for letting this linger so long, I'd like to help get this integrated ASAP so we can avoid merge pains. Do you have access to the fault repo as a collaborator? I think the first step will be to merge this into a branch in this repo (rather than your fork) and reopening the PR from the internal branch so that CI will run properly (CI is failing because it doesn't work with forks) |
Actually it looks like you are collaborator, let me know if you have issues with access, I'm going to merge this into a local branch and open a new PR. |
Ok let's work off this one now: #312 |
Two additions:
I decided to move a third improvement, mLingua support, to another PR because right now only Poke works, and not Expect or GetValue.