Skip to content
#

netlist

Here are 21 public repositories matching this topic...

amstan
amstan commented Apr 12, 2020

Together with issue #4, we should write a few tests for making sure refdeses do stay consistent. Something like a copy of servo_micro, and a ton of patches on top of it (all parented to one servo_micro, not on a chain, more like a star). Apply each of those patches then see if refdeses are sticking.

git checkout c718fbc~1 examples/servo_micro.py from google/pcbdl@ba3

spydrnet
thunder-hammer
thunder-hammer commented Feb 26, 2020

This is a list of different shortcuts that would be super useful to include in the API. There is currently a long way to do all of these things. It would be useful to add the following shortcuts into the API to make the tools easier to use and work with.

  • set the top instance
    Long way:
    top = Instance()
    top.reference = top_definition
    netlist.top_instance = top
    could be simplif

Improve this page

Add a description, image, and links to the netlist topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the netlist topic, visit your repo's landing page and select "manage topics."

Learn more