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:
parent
55acf3120f
commit
d46dc9c5b4
3 changed files with 3 additions and 4 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue