diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-24 16:39:18 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-24 16:39:18 -0700 |
commit | f1675b88f63b4c279e368d5ec9e6ca48f528024d (patch) | |
tree | c2f436e5f9350b00d648a68b32bc693294f3ed26 /techlibs/xilinx/cells_xtra.sh | |
parent | c3df895bf464fd651c4d634ecb58ba78ca572f5f (diff) | |
parent | efd04880dbeb2021c503c82ad962fe8c5d6802d4 (diff) | |
download | yosys-f1675b88f63b4c279e368d5ec9e6ca48f528024d.tar.gz yosys-f1675b88f63b4c279e368d5ec9e6ca48f528024d.tar.bz2 yosys-f1675b88f63b4c279e368d5ec9e6ca48f528024d.zip |
Merge remote-tracking branch 'origin/eddie/ram32x1d' into xc7mux
Diffstat (limited to 'techlibs/xilinx/cells_xtra.sh')
-rw-r--r-- | techlibs/xilinx/cells_xtra.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/xilinx/cells_xtra.sh b/techlibs/xilinx/cells_xtra.sh index 2b384f405..53b528820 100644 --- a/techlibs/xilinx/cells_xtra.sh +++ b/techlibs/xilinx/cells_xtra.sh @@ -120,7 +120,7 @@ function xtract_cell_decl() 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 |