mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-04 09:07:42 +00:00
Progress in presentation
This commit is contained in:
parent
0dadfed46d
commit
b0e84802ec
5 changed files with 207 additions and 0 deletions
17
manual/PRESENTATION_ExAdv/macc_xilinx_test.ys
Normal file
17
manual/PRESENTATION_ExAdv/macc_xilinx_test.ys
Normal file
|
@ -0,0 +1,17 @@
|
|||
read_verilog macc_xilinx_test.v
|
||||
read_verilog -lib -icells macc_xilinx_unwrap_map.v
|
||||
hierarchy -check -top test;;
|
||||
|
||||
show -prefix macc_xilinx_test_a -format pdf -notitle
|
||||
|
||||
techmap -map macc_xilinx_swap_map.v;;
|
||||
|
||||
show -prefix macc_xilinx_test_b -format pdf -notitle
|
||||
|
||||
techmap -map macc_xilinx_wrap_map.v
|
||||
|
||||
connwrappers -unsigned $__mul_wrapper Y Y_WIDTH \
|
||||
-unsigned $__add_wrapper Y Y_WIDTH;;
|
||||
|
||||
show -prefix macc_xilinx_test_c -format pdf -notitle
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue