summaryrefslogtreecommitdiff
path: root/manual/PRESENTATION_ExAdv/macc_xilinx_test.ys
blob: 8cbc80b5e08cc6bffe0538204b982fd6473243f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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