diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-12 16:30:53 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-12 16:30:53 -0700 |
commit | d880f73c79d897107a54f7734c2a1dea302c930c (patch) | |
tree | d4fbb25c6b59707ecb6645672c9f336e142da0c9 /techlibs/xilinx/cells_xtra.sh | |
parent | 2217d59e299ce0cc15887d53308d7b7cb6400c52 (diff) | |
parent | db1a5ec6a2a437b296e7ba9de78afaf3b440327f (diff) | |
download | yosys-d880f73c79d897107a54f7734c2a1dea302c930c.tar.gz yosys-d880f73c79d897107a54f7734c2a1dea302c930c.tar.bz2 yosys-d880f73c79d897107a54f7734c2a1dea302c930c.zip |
Merge remote-tracking branch 'origin/master' into xaig
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 |