diff options
author | David Shah <davey1576@gmail.com> | 2018-10-01 18:34:41 +0100 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-10-01 18:34:41 +0100 |
commit | fcd39e1398b950aa19c5fec157770bd7c3fa2227 (patch) | |
tree | a3f1e5448bc268dbb59c9543c32fa0d402d2526a | |
parent | 12440fcc8f705c117b5f91fae24b7e5c4fbf8560 (diff) | |
download | yosys-fcd39e1398b950aa19c5fec157770bd7c3fa2227.tar.gz yosys-fcd39e1398b950aa19c5fec157770bd7c3fa2227.tar.bz2 yosys-fcd39e1398b950aa19c5fec157770bd7c3fa2227.zip |
ecp5: Don't map ROMs to DRAM
Signed-off-by: David Shah <davey1576@gmail.com>
-rw-r--r-- | techlibs/ecp5/dram.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ecp5/dram.txt b/techlibs/ecp5/dram.txt index b3252fa9a..b94357429 100644 --- a/techlibs/ecp5/dram.txt +++ b/techlibs/ecp5/dram.txt @@ -13,4 +13,5 @@ endbram match $__TRELLIS_DPR16X4 make_outreg + min wports 1 endmatch |