mirror of https://github.com/VLSIDA/OpenRAM.git
Added auto-converted lyp files to use klayout for viewing results
This commit is contained in:
parent
64fc771fc4
commit
fc0fe91bb4
File diff suppressed because it is too large
Load Diff
|
|
@ -44,4 +44,14 @@ Contributions and modifications to this kit are welcomed and encouraged.
|
||||||
ncsu_basekit/ Base kit for custom design
|
ncsu_basekit/ Base kit for custom design
|
||||||
osu_soc/ Standard-cell kit for synthesis, place, & route
|
osu_soc/ Standard-cell kit for synthesis, place, & route
|
||||||
|
|
||||||
|
FreePDK45.lyp is converted automatically from the .tf using:
|
||||||
|
https://github.com/klayoutmatthias/tf_import
|
||||||
|
Command line:
|
||||||
|
klayout -z -rd tf_file=FreePDK45.tf -rd lyp_file=FreePDK45.lyp
|
||||||
|
You can then view layouts with:
|
||||||
|
klayout file.gds -l mosis.lyp
|
||||||
|
|
||||||
|
glade_freepdk45.py is a script for Glade:
|
||||||
|
https://peardrop.co.uk/
|
||||||
|
to load the .tf using:
|
||||||
|
glade -script ~/openram/technology/freepdk45/tf/glade_freepdk45.py -gds file.gds
|
||||||
|
|
|
||||||
|
|
@ -19,3 +19,15 @@ This kit is not yet fully supported. Please post problems and solutions at
|
||||||
http://www.chiptalk.org -> Forums -> NCSU CDK -> NCSU CDK 1.6.0.beta for Virtuoso 6.1
|
http://www.chiptalk.org -> Forums -> NCSU CDK -> NCSU CDK 1.6.0.beta for Virtuoso 6.1
|
||||||
|
|
||||||
Modified 2018 by MRG to contain SCN4ME Via3/Metal4 layers.
|
Modified 2018 by MRG to contain SCN4ME Via3/Metal4 layers.
|
||||||
|
|
||||||
|
mosis.lyp is converted automatically from the .tf using:
|
||||||
|
https://github.com/klayoutmatthias/tf_import
|
||||||
|
Command line:
|
||||||
|
klayout -z -rd tf_file=FreePDK45.tf -rd lyp_file=FreePDK45.ly
|
||||||
|
You can then view layouts with:
|
||||||
|
klayout file.gds -l mosis.lyp
|
||||||
|
|
||||||
|
glade_scn4m_subm.py is a script for Glade:
|
||||||
|
https://peardrop.co.uk/
|
||||||
|
to load the .tf using:
|
||||||
|
glade -script ~/openram/technology/scn3me_subm/tf/glade_scn3me_subm.py -gds file.gds
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue