We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
vlsirtools.spice
hdl21.sim
The text was updated successfully, but these errors were encountered:
Running list as they come up:
Sorry, something went wrong.
#115 Vlsir Sim Re-Exports
bc42883
Merge pull request #202 from dan-fritchman/dev
9171dcd
#115, #198, Built-in Generators expansion, Pydantic BaseModel citizenship
No branches or pull requests
Re-export much of the stuff that makes this necessary, in most simulation-invocations:
A few common ones:
Some of these might be renamed, but largely they should just be re-exported from
vlsirtools.spice
tohdl21.sim
.The text was updated successfully, but these errors were encountered: