gateware: Remove debug clk_sys output

Save all the power !

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2023-03-16 09:58:41 +01:00
parent 6a7ee1d17a
commit 453b3edb26
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ module top (
// Unused // Unused
// ------ // ------
assign hp_p = clk_sys; assign hp_p = 1'bz;
assign hp_n = 1'bz; assign hp_n = 1'bz;
endmodule // top endmodule // top