mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
Remove trailing space
This commit is contained in:
parent
c7f1ccbcb0
commit
f33abd4eab
1 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,7 @@ endmodule
|
||||||
module FDCE (
|
module FDCE (
|
||||||
(* abc_arrival=303 *)
|
(* abc_arrival=303 *)
|
||||||
output reg Q,
|
output reg Q,
|
||||||
(* clkbuf_sink *)
|
(* clkbuf_sink *)
|
||||||
input C,
|
input C,
|
||||||
input CE, D, CLR
|
input CE, D, CLR
|
||||||
);
|
);
|
||||||
|
@ -289,7 +289,7 @@ endmodule
|
||||||
module FDPE (
|
module FDPE (
|
||||||
(* abc_arrival=303 *)
|
(* abc_arrival=303 *)
|
||||||
output reg Q,
|
output reg Q,
|
||||||
(* clkbuf_sink *)
|
(* clkbuf_sink *)
|
||||||
input C,
|
input C,
|
||||||
input CE, D, PRE
|
input CE, D, PRE
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue