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

Make xschem schematic and testbench optional #56

Closed
wants to merge 1 commit into from

Conversation

mole99
Copy link
Member

@mole99 mole99 commented Apr 24, 2024

For designs for which no xschem schematic exists but a spice netlist is available, simply use the netlist. The same applies to the testbenches.

For example, if the following files already exist:

netlist/schematic/<designname>.spice
cace/<testbenchname>.spice

Then the xschem schematics don't need to exist here:

xschem/<designname>.sch
cace/<testbenchname>.sch

Fixes #54

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.

Non-schematic projects still try to generate a netlist
1 participant