Skip to content

A few experiments using the SpyDrNet netlist library.

License

Notifications You must be signed in to change notification settings

JensRestemeier/EdifTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EdifTests

These are a few tests using SpyDrNet library.

Minimal

minimal.py is a simple test program to implement the example netlist from the SpyDrNet documentation.

python minimal.py

This will produce 'minimal.edf'.

Edif2Dot

edif2dot.py will convert an edif netlist into a graphviz diagram. This will require both the graphviz python bindings and the graphviz runtime.

python edif2dot.py minimal.edf

This will produce minimal.gv and minimal.gv.pdf.

A few arguments are supported:

usage: edif2dot.py [-h] [--output OUTPUT] [--view] [--format FORMAT] netlist

Convert edif netlist into graphviz dot diagram

positional arguments:
  netlist          input netlist

optional arguments:
  -h, --help       show this help message and exit
  --output OUTPUT  output dot file
  --view           launch viewer
  --format FORMAT  output format

Minimal Netlist

About

A few experiments using the SpyDrNet netlist library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages