diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-12-16 10:41:13 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-12-16 10:41:13 -0800 |
commit | c4d37813cb112d7f3717049d7cf4e6e6b0456fbb (patch) | |
tree | 13e2ea9d4020628c0ff4d46989dbd74ef7c599c9 /techlibs/xilinx/lutrams.txt | |
parent | a5764a12365073768edb822e893aa9c0a957e585 (diff) | |
download | yosys-c4d37813cb112d7f3717049d7cf4e6e6b0456fbb.tar.gz yosys-c4d37813cb112d7f3717049d7cf4e6e6b0456fbb.tar.bz2 yosys-c4d37813cb112d7f3717049d7cf4e6e6b0456fbb.zip |
Rename *RAM{32,64}M rules to RAM{32X2,64X1}Q
Diffstat (limited to 'techlibs/xilinx/lutrams.txt')
-rw-r--r-- | techlibs/xilinx/lutrams.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/techlibs/xilinx/lutrams.txt b/techlibs/xilinx/lutrams.txt index ae629bce8..29f6b05cc 100644 --- a/techlibs/xilinx/lutrams.txt +++ b/techlibs/xilinx/lutrams.txt @@ -78,7 +78,7 @@ bram $__XILINX_RAM64X3SDP clkpol 0 2 endbram -bram $__XILINX_RAM32M +bram $__XILINX_RAM32X2Q init 1 abits 5 dbits 2 @@ -91,7 +91,7 @@ bram $__XILINX_RAM32M clkpol 0 2 endbram -bram $__XILINX_RAM64M +bram $__XILINX_RAM64X1Q init 1 abits 6 dbits 1 @@ -151,7 +151,7 @@ match $__XILINX_RAM64X3SDP or_next_if_better endmatch -match $__XILINX_RAM32M +match $__XILINX_RAM32X2Q min bits 5 min rports 3 min wports 1 @@ -159,7 +159,7 @@ match $__XILINX_RAM32M or_next_if_better endmatch -match $__XILINX_RAM64M +match $__XILINX_RAM64X1Q min bits 5 min rports 3 min wports 1 |