3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 10:25:19 +00:00

Remove trailing space

This commit is contained in:
Eddie Hung 2019-08-30 16:44:11 -07:00
parent c7f1ccbcb0
commit f33abd4eab

View file

@ -269,7 +269,7 @@ endmodule
module FDCE (
(* abc_arrival=303 *)
output reg Q,
(* clkbuf_sink *)
(* clkbuf_sink *)
input C,
input CE, D, CLR
);
@ -289,7 +289,7 @@ endmodule
module FDPE (
(* abc_arrival=303 *)
output reg Q,
(* clkbuf_sink *)
(* clkbuf_sink *)
input C,
input CE, D, PRE
);