Skip to content
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

Re-export some VLSIR stuff, particularly sim-related #115

Closed
dan-fritchman opened this issue Apr 26, 2023 · 1 comment
Closed

Re-export some VLSIR stuff, particularly sim-related #115

dan-fritchman opened this issue Apr 26, 2023 · 1 comment

Comments

@dan-fritchman
Copy link
Owner

Re-export much of the stuff that makes this necessary, in most simulation-invocations:

import hdl21 as h
import vlsirtools.spice as vsp ## <= particularly this part here

A few common ones:

vsp.SimOptions(
        simulator=vsp.SupportedSimulators.NGSPICE, 
        fmt=vsp.ResultFormat.SIM_DATA, #
    )

Some of these might be renamed, but largely they should just be re-exported from vlsirtools.spice to hdl21.sim.

@dan-fritchman
Copy link
Owner Author

dan-fritchman commented Oct 16, 2023

Running list as they come up:

  • SimOptions
  • ResultFormat

dan-fritchman added a commit that referenced this issue Oct 20, 2023
dan-fritchman added a commit that referenced this issue Oct 25, 2023
#115, #198, Built-in Generators expansion, Pydantic BaseModel citizenship
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

No branches or pull requests

1 participant