mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 19:00:26 +00:00
dfflibmap: Refactor to use dfflegalize internally.
This commit is contained in:
parent
68babb2ae4
commit
7ed9d18907
5 changed files with 212 additions and 210 deletions
|
@ -5,6 +5,6 @@ for x in *.lib; do
|
|||
echo "Running $x.."
|
||||
echo "read_verilog small.v" > test.ys
|
||||
echo "synth -top small" >> test.ys
|
||||
echo "dfflibmap -liberty ${x}" >> test.ys
|
||||
echo "dfflibmap -info -liberty ${x}" >> test.ys
|
||||
../../yosys -ql ${x%.lib}.log -s test.ys
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue