diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-06-28 12:11:42 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-06-28 12:11:42 +0200 |
commit | 89c85cac419b7dc60e3776a250bcdc39dcb8980b (patch) | |
tree | e3964ecc1a161f65f0331df64d1c315a5b594e17 /README | |
parent | 3e96ce86809fa0a4ea737fa4a9d3e6261f40a191 (diff) | |
download | yosys-89c85cac419b7dc60e3776a250bcdc39dcb8980b.tar.gz yosys-89c85cac419b7dc60e3776a250bcdc39dcb8980b.tar.bz2 yosys-89c85cac419b7dc60e3776a250bcdc39dcb8980b.zip |
Added links to some liberty files to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -192,6 +192,14 @@ for the given cell library: If you do not have a liberty file but want to test this synthesis script, you can use the file techlibs/cmos/cmos_cells.lib from the yosys sources. +Various more complex liberty files (for testing) can be found here: + + http://vlsiarch.ecen.okstate.edu/flows/MOSIS_SCMOS/latest/.. + ../cadence/lib/tsmc025/signalstorm/osu025_stdcells.lib + ../cadence/lib/ami035/signalstorm/osu035_stdcells.lib + ../cadence/lib/tsmc018/signalstorm/osu018_stdcells.lib + ../cadence/lib/ami05/signalstorm/osu05_stdcells.lib + Yosys is under construction. A more detailed documentation will follow. |