Skip to content

Commit

Permalink
Merge pull request casper-astro#5 from realtimeradio/hk-100g
Browse files Browse the repository at this point in the history
Fix variable name inconsistency
  • Loading branch information
Real-Time Radio Systems Ltd authored Feb 13, 2021
2 parents 59a2cf4 + 3dcc3b9 commit 6678874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jasper_library/hdl_sources/vla_dts/dts_gty_rx.v
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module dts_gty_rx(
.LOCKED (mmcm_locked),

.PWRDWN (1'b0),
.RST (~rx_clock_ok)
.RST (~rx_clk_ok)

);

Expand Down

0 comments on commit 6678874

Please sign in to comment.