mirror of https://github.com/YosysHQ/yosys.git
Add write address to abc_scc_break of ECP5 dist RAM
This commit is contained in:
parent
b9ddee0c87
commit
0318860b93
|
@ -104,7 +104,7 @@ module PFUMX (input ALUT, BLUT, C0, output Z);
|
|||
endmodule
|
||||
|
||||
// ---------------------------------------
|
||||
(* abc_box_id=2, abc_scc_break="DI,WRE" *)
|
||||
(* abc_box_id=2, abc_scc_break="DI,WAD,WRE" *)
|
||||
module TRELLIS_DPR16X4 (
|
||||
input [3:0] DI,
|
||||
input [3:0] WAD,
|
||||
|
|
Loading…
Reference in New Issue