diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-18 07:57:17 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-18 07:57:17 -0700 |
commit | 0642baabbceaf4e34ae03c47136ed987b976cdbb (patch) | |
tree | c1fc9032ecd71c13b9ec5ab3fcb844dd0ceb1313 /techlibs/xilinx/cells_xtra.sh | |
parent | 9a6da9a79a22e984ee3eec02caa230b66f10e11a (diff) | |
parent | ea8ac0aaad3a1f89ead8eb44b2fef5927f29a099 (diff) | |
download | yosys-0642baabbceaf4e34ae03c47136ed987b976cdbb.tar.gz yosys-0642baabbceaf4e34ae03c47136ed987b976cdbb.tar.bz2 yosys-0642baabbceaf4e34ae03c47136ed987b976cdbb.zip |
Merge branch 'master' into eddie/fix_retime
Diffstat (limited to 'techlibs/xilinx/cells_xtra.sh')
-rw-r--r-- | techlibs/xilinx/cells_xtra.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/techlibs/xilinx/cells_xtra.sh b/techlibs/xilinx/cells_xtra.sh index 56520ea10..8b06c3155 100644 --- a/techlibs/xilinx/cells_xtra.sh +++ b/techlibs/xilinx/cells_xtra.sh @@ -28,12 +28,12 @@ function xtract_cell_decl() # xtract_cell_decl BUFG xtract_cell_decl BUFGCE xtract_cell_decl BUFGCE_1 - xtract_cell_decl BUFGCTRL + #xtract_cell_decl BUFGCTRL xtract_cell_decl BUFGMUX xtract_cell_decl BUFGMUX_1 xtract_cell_decl BUFGMUX_CTRL xtract_cell_decl BUFH - xtract_cell_decl BUFHCE + #xtract_cell_decl BUFHCE xtract_cell_decl BUFIO xtract_cell_decl BUFMR xtract_cell_decl BUFMRCE @@ -92,7 +92,7 @@ function xtract_cell_decl() # xtract_cell_decl LUT4 # xtract_cell_decl LUT5 # xtract_cell_decl LUT6 - xtract_cell_decl LUT6_2 + #xtract_cell_decl LUT6_2 xtract_cell_decl MMCME2_ADV xtract_cell_decl MMCME2_BASE # xtract_cell_decl MUXF7 |