diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-05-28 09:36:01 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-05-28 09:36:01 -0700 |
commit | f228621b80d727b4dc1d7a9b3b934c1fbc170642 (patch) | |
tree | ed0020c6805fe38661c495e37ebb02182aa7e570 /techlibs | |
parent | 914074a07c14709523cc72084e1673bd3c2eaf30 (diff) | |
download | yosys-f228621b80d727b4dc1d7a9b3b934c1fbc170642.tar.gz yosys-f228621b80d727b4dc1d7a9b3b934c1fbc170642.tar.bz2 yosys-f228621b80d727b4dc1d7a9b3b934c1fbc170642.zip |
Typo
Diffstat (limited to 'techlibs')
-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 e3b847c36..2b384f405 100644 --- a/techlibs/xilinx/cells_xtra.sh +++ b/techlibs/xilinx/cells_xtra.sh @@ -125,7 +125,7 @@ function xtract_cell_decl() xtract_cell_decl RAM32X1S_1 xtract_cell_decl RAM32X2S xtract_cell_decl RAM64M - x#tract_cell_decl RAM64X1D + #xtract_cell_decl RAM64X1D xtract_cell_decl RAM64X1S xtract_cell_decl RAM64X1S_1 xtract_cell_decl RAM64X2S |