1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
|
module $__PP3_DFFEPC_SYNCONLY ( output Q, input D, input CLK, input EN, ); // For some reason ABC9 adds init attributes to wires even though they were removed before mapping. // As a workaround, remove any init attributes that get reintroduced. wire _TECHMAP_REMOVEINIT_Q_ = 1; dffepc _TECHMAP_REPLACE_ (.Q(Q), .D(D), .CLK(CLK), .EN(EN), .PRE(1'b0), .CLR(1'b0)); endmodule it' href='ssh://git@git.panaceas.org/git/cloud-email/mitmproxy' title='cloud-email/mitmproxy Git repository'/>