3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-28 19:35:53 +00:00

ecp5 to use -max_iter 1

This commit is contained in:
Eddie Hung 2019-08-20 19:18:36 -07:00
parent 55acf3120f
commit d46dc9c5b4
3 changed files with 3 additions and 4 deletions

View file

@ -13,7 +13,7 @@ module TRELLIS_DPR16X4 (
parameter [63:0] INITVAL = 64'h0000000000000000;
wire [3:0] \$DO ;
\$__ABC_DPR16X4_SEQ #(
TRELLIS_DPR16X4 #(
.WCKMUX(WCKMUX), .WREMUX(WREMUX), .INITVAL(INITVAL)
) _TECHMAP_REPLACE_ (
.DI(DI), .WAD(WAD), .WRE(WRE), .WCK(WCK),