From: Eddie Hung Date: Fri, 30 Aug 2019 23:44:11 +0000 (-0700) Subject: Remove trailing space X-Git-Tag: working-ls180~1075^2^2~7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f33abd4eab08c0557a561b0fd4f16fc3d86433ab;p=yosys.git Remove trailing space --- diff --git a/techlibs/xilinx/cells_sim.v b/techlibs/xilinx/cells_sim.v index b4657daca..6e8729256 100644 --- a/techlibs/xilinx/cells_sim.v +++ b/techlibs/xilinx/cells_sim.v @@ -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 );