mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-15 22:21:30 +00:00
Add timing constraints to osu035 example
This commit is contained in:
parent
bc80426d45
commit
142f4ca03a
3 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@ read_liberty -lib osu035_stdcells.lib
|
|||
synth -top top
|
||||
|
||||
dfflibmap -liberty osu035_stdcells.lib
|
||||
abc -liberty osu035_stdcells.lib
|
||||
abc -D 10000 -constr example.constr -liberty osu035_stdcells.lib
|
||||
opt_clean
|
||||
|
||||
stat -liberty osu035_stdcells.lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue