mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 04:01:25 +00:00
ecp5 to use abc_map.v and _unmap.v
This commit is contained in:
parent
4cd1d21bfe
commit
55acf3120f
7 changed files with 88 additions and 13 deletions
|
@ -107,11 +107,10 @@ module PFUMX (input ALUT, BLUT, C0, output Z);
|
|||
endmodule
|
||||
|
||||
// ---------------------------------------
|
||||
//(* abc_box_id=2 *)
|
||||
module TRELLIS_DPR16X4 (
|
||||
(* abc_scc_break *) input [3:0] DI,
|
||||
(* abc_scc_break *) input [3:0] WAD,
|
||||
(* abc_scc_break *) input WRE,
|
||||
input [3:0] DI,
|
||||
input [3:0] WAD,
|
||||
input WRE,
|
||||
input WCK,
|
||||
input [3:0] RAD,
|
||||
output [3:0] DO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue