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

schematic driven layout #516

Closed
joamatab opened this issue Jul 1, 2022 · 13 comments
Closed

schematic driven layout #516

joamatab opened this issue Jul 1, 2022 · 13 comments

Comments

@joamatab
Copy link
Contributor

joamatab commented Jul 1, 2022

image

How can we make schematic capture of the circuits?

we currently support netlist flow

it would be great to support something like this for analog design flow

@thomasdorch
Copy link
Contributor

Maybe something like SchemDraw?

@joamatab
Copy link
Contributor Author

joamatab commented Jul 2, 2022

Yes, ideally we can get

  • automated completion of the circuit elements and ports for the active pdk
  • hierarchical schematics

The current YAML has some limitations

@tvt173
@flaport
@proppy

@joamatab
Copy link
Contributor Author

https://xschem.sourceforge.io/stefan/xschem_man/what_is_xschem.html
https://github.com/StefanSchippers/xschem

Im thinking that with some graphviz visualization on networkx we could support schematic capture

@proppy
Copy link

proppy commented Jul 11, 2022

For python bases schematic capture, I looked a bit at https://github.com/devbisme/skidl but I think the current component model of gdsfactory might just be enough.

i.e a schematic is really just a graph of Component without size or position.

wdyt?

@proppy
Copy link

proppy commented Jul 11, 2022

PDKMaster also demonstrated python bases schematic capture and layout at FSiC22: https://gitlab.com/Chips4Makers/c4m-pdk-freepdk45/-/blob/master/design/inverter.ipynb

@joamatab
Copy link
Contributor Author

Yes, we can plot netlist from a component with networkX

Ideally we can also allow users to reorder the graph, either with code or gui-like interactions adding bokeh or plotly callbacks

@flaport

@proppy
Copy link

proppy commented Jul 12, 2022

@mithro also pointed us to https://github.com/nturley/netlistsvg before

@joamatab
Copy link
Contributor Author

https://github.com/StefanSchippers/xschem

Xschem is pretty nice for this

@joamatab joamatab reopened this Oct 11, 2022
@joamatab
Copy link
Contributor Author

Here is a nice schematic driven flow, with auto-place and auto-route

https://www.youtube.com/channel/UCd2faHHQ_OAC0hSqBmIRKUQ/videos

with the YAML flow we have place and AutoRoute

@joamatab
Copy link
Contributor Author

joamatab commented Nov 27, 2022

@joamatab joamatab changed the title schematic capture schematic driven layout Nov 29, 2022
@joamatab
Copy link
Contributor Author

release 6.3.1 includes schematic driven flow

https://gdsfactory.github.io/gdsfactory/notebooks/20_schematic_driven_layout.html

thank you Troy!

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

3 participants