diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-25 08:22:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-25 08:22:57 -0700 |
commit | 58629dc2ce5ebd24bf37ab429c2723db75a772de (patch) | |
tree | 0d1c69537e92418e897051df18a05632ba5ce3fc /techlibs/xilinx/cells_xtra.sh | |
parent | e754bce047df931cef441d7ff50cb5ec13136ac3 (diff) | |
parent | efd04880dbeb2021c503c82ad962fe8c5d6802d4 (diff) | |
download | yosys-58629dc2ce5ebd24bf37ab429c2723db75a772de.tar.gz yosys-58629dc2ce5ebd24bf37ab429c2723db75a772de.tar.bz2 yosys-58629dc2ce5ebd24bf37ab429c2723db75a772de.zip |
Merge pull request #1129 from YosysHQ/eddie/ram32x1d
Add RAM32X1D support
Diffstat (limited to 'techlibs/xilinx/cells_xtra.sh')
-rw-r--r-- | techlibs/xilinx/cells_xtra.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/xilinx/cells_xtra.sh b/techlibs/xilinx/cells_xtra.sh index 8e39b440d..83863bf0b 100644 --- a/techlibs/xilinx/cells_xtra.sh +++ b/techlibs/xilinx/cells_xtra.sh @@ -116,11 +116,11 @@ function xtract_cell_decl() xtract_cell_decl PS7 "(* keep *)" xtract_cell_decl PULLDOWN xtract_cell_decl PULLUP - xtract_cell_decl RAM128X1D + #xtract_cell_decl RAM128X1D xtract_cell_decl RAM128X1S xtract_cell_decl RAM256X1S xtract_cell_decl RAM32M - xtract_cell_decl RAM32X1D + #xtract_cell_decl RAM32X1D xtract_cell_decl RAM32X1S xtract_cell_decl RAM32X1S_1 xtract_cell_decl RAM32X2S |