Skip to content

Commit

Permalink
rtl/usb_phy: Remove the LATCH_INPUT_VALUE
Browse files Browse the repository at this point in the history
Not needed because that PIN_MODE doesn't use it and
it's bad practice to have it set since it's shared for
the whole bank.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
  • Loading branch information
smunaut committed Mar 21, 2023
1 parent fdf42a6 commit aa52a23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rtl/usb_phy.v
Expand Up @@ -47,7 +47,6 @@ module usb_phy #(
.IO_STANDARD("SB_LVCMOS")
) io_dp_I (
.PACKAGE_PIN(pad_dp),
.LATCH_INPUT_VALUE(1'b0),
.CLOCK_ENABLE(1'b1),
.INPUT_CLK(clk),
.OUTPUT_CLK(clk),
Expand All @@ -65,7 +64,6 @@ module usb_phy #(
.IO_STANDARD("SB_LVCMOS")
) io_dn_I (
.PACKAGE_PIN(pad_dn),
.LATCH_INPUT_VALUE(1'b0),
.CLOCK_ENABLE(1'b1),
.INPUT_CLK(clk),
.OUTPUT_CLK(clk),
Expand Down

0 comments on commit aa52a23

Please sign in to comment.