ecp5: (* abc9_flop *) gated behind YOSYS

This commit is contained in:
Eddie Hung 2020-04-14 10:36:07 -07:00
parent 509de98468
commit a52f779eca
1 changed files with 2 additions and 0 deletions

View File

@ -294,7 +294,9 @@ endmodule
// --------------------------------------- // ---------------------------------------
`ifdef YOSYS
(* abc9_flop=(SRMODE != "ASYNC"), lib_whitebox=(SRMODE != "ASYNC") *) (* abc9_flop=(SRMODE != "ASYNC"), lib_whitebox=(SRMODE != "ASYNC") *)
`endif
module TRELLIS_FF(input CLK, LSR, CE, DI, M, output reg Q); module TRELLIS_FF(input CLK, LSR, CE, DI, M, output reg Q);
parameter GSR = "ENABLED"; parameter GSR = "ENABLED";
parameter [127:0] CEMUX = "1"; parameter [127:0] CEMUX = "1";