diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-05-23 11:32:28 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-05-23 11:32:28 -0700 |
commit | 99a3fee8f4a0f89f865ccf5292d5e70d59febd9f (patch) | |
tree | abca4263ba6df2c3d7d749ee4d566fb56c374263 /techlibs | |
parent | ca4694735455512162da1d4a24429ecf350a8abe (diff) | |
download | yosys-99a3fee8f4a0f89f865ccf5292d5e70d59febd9f.tar.gz yosys-99a3fee8f4a0f89f865ccf5292d5e70d59febd9f.tar.bz2 yosys-99a3fee8f4a0f89f865ccf5292d5e70d59febd9f.zip |
Add "min bits" and "min wports" to xilinx dram rules
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/xilinx/drams.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/techlibs/xilinx/drams.txt b/techlibs/xilinx/drams.txt index e6635d0e2..91632bcee 100644 --- a/techlibs/xilinx/drams.txt +++ b/techlibs/xilinx/drams.txt @@ -26,11 +26,15 @@ bram $__XILINX_RAM128X1D endbram match $__XILINX_RAM64X1D + min bits 5 + min wports 1 make_outreg or_next_if_better endmatch match $__XILINX_RAM128X1D + min bits 9 + min wports 1 make_outreg endmatch |