mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-07 07:45:47 +00:00
Add write address to abc_scc_break of ECP5 dist RAM
This commit is contained in:
parent
b9ddee0c87
commit
0318860b93
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue