mirror of https://github.com/YosysHQ/yosys.git
Tiny change in example script in README
This commit is contained in:
parent
96084e9864
commit
aceab5fc08
2
README
2
README
|
@ -189,7 +189,7 @@ for the given cell library:
|
||||||
abc -liberty mycells.lib
|
abc -liberty mycells.lib
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
opt
|
clean
|
||||||
|
|
||||||
If you do not have a liberty file but want to test this synthesis script,
|
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.
|
you can use the file techlibs/cmos/cmos_cells.lib from the yosys sources.
|
||||||
|
|
Loading…
Reference in New Issue