mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 20:50:51 +00:00
Progress in presentation
This commit is contained in:
parent
42ce3db983
commit
f08c71b96c
5 changed files with 79 additions and 1 deletions
15
manual/PRESENTATION_ExAdv/mymul_test.ys
Normal file
15
manual/PRESENTATION_ExAdv/mymul_test.ys
Normal file
|
@ -0,0 +1,15 @@
|
|||
read_verilog mymul_test.v
|
||||
hierarchy -check -top test
|
||||
|
||||
techmap -map sym_mul_map.v \
|
||||
-map mymul_map.v;;
|
||||
|
||||
rename test test_mapped
|
||||
read_verilog mymul_test.v
|
||||
miter -equiv test test_mapped miter
|
||||
flatten miter
|
||||
|
||||
sat -verify -prove trigger 0 miter
|
||||
|
||||
splitnets -ports test_mapped/A
|
||||
show -prefix mymul -format pdf -notitle test_mapped
|
Loading…
Add table
Add a link
Reference in a new issue