diff options
author | Marcus Comstedt <marcus@mc.pp.se> | 2020-02-22 15:50:52 +0100 |
---|---|---|
committer | Marcus Comstedt <marcus@mc.pp.se> | 2020-02-22 15:51:25 +0100 |
commit | 48a9b4f616d885079b7f682aa2ae2149493122cf (patch) | |
tree | a2169a8d05046a669005e27cf36b40356bc36f9d | |
parent | 760096e8d2e9e2431bd5f97034bbd4ba01326649 (diff) | |
download | yosys-48a9b4f616d885079b7f682aa2ae2149493122cf.tar.gz yosys-48a9b4f616d885079b7f682aa2ae2149493122cf.tar.bz2 yosys-48a9b4f616d885079b7f682aa2ae2149493122cf.zip |
ecp5: Add missing parameter to \$__ECP5_PDPW16KD
-rw-r--r-- | techlibs/ecp5/brams_map.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ecp5/brams_map.v b/techlibs/ecp5/brams_map.v index 310aedaf2..ec1f27f41 100644 --- a/techlibs/ecp5/brams_map.v +++ b/techlibs/ecp5/brams_map.v @@ -122,6 +122,7 @@ module \$__ECP5_PDPW16KD (CLK2, CLK3, A1ADDR, A1DATA, A1EN, B1ADDR, B1DATA, B1EN parameter CLKPOL2 = 1; parameter CLKPOL3 = 1; parameter [18431:0] INIT = 18432'bx; + parameter TRANSP2 = 0; input CLK2; input CLK3; |