Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
Miranda Calero José Angel committed Sep 12, 2024
1 parent b5e76cf commit a6e8893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/fpga/prim_xilinx_clk.sv
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ module xilinx_clk_gating (
// In the Zynq UltraScale+, it can be implemented as BUFGCE without trouble, since there
// are > 500 BUFGCEs and the rules for cascading are more relaxed.
// NOTE: This **cannot** be substituted by a latch+and
assign clk_o = clk_i;
assign clk_o = clk_i;

endmodule

module xilinx_clk_inverter (
Expand Down

0 comments on commit a6e8893

Please sign in to comment.