Skip to content

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

Merged
merged 79 commits into from
Aug 13, 2021
Merged

Conversation

standanley
Copy link
Collaborator

Two additions:

  1. background poke. A way to poke a port with something like a clock or a sine wave that runs in the background until you poke something else on that port.
  2. domain read. An extension to get_value that allows you to read things like frequency or the time of the most recent rising edge.

I decided to move a third improvement, mLingua support, to another PR because right now only Poke works, and not Expect or GetValue.

Fix indexing into one bit of a spice bus
…ill need to fix tests, but will wait until after merge
standanley added 24 commits June 3, 2020 16:48
…m about to make minor changes to background poke class
…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.
@leonardt
Copy link
Owner

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)

@leonardt
Copy link
Owner

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.

@leonardt leonardt changed the base branch from master to fixture_additions August 13, 2021 22:32
@leonardt leonardt merged commit 4441d2d into leonardt:fixture_additions Aug 13, 2021
@leonardt leonardt mentioned this pull request Aug 13, 2021
@leonardt
Copy link
Owner

Ok let's work off this one now: #312

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants