mirror of
https://github.com/jhshi/openofdm.git
synced 2024-12-18 21:28:07 +00:00
Remove floating connections
This commit is contained in:
parent
95e93cadfd
commit
ad5a5206d3
@ -185,7 +185,7 @@
|
|||||||
// DEBUG PORTS
|
// DEBUG PORTS
|
||||||
/////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////
|
||||||
// decode status
|
// decode status
|
||||||
.state(state),
|
.state(),
|
||||||
.status_code(),
|
.status_code(),
|
||||||
.state_changed(state_changed),
|
.state_changed(state_changed),
|
||||||
.state_history(slv_reg20),
|
.state_history(slv_reg20),
|
||||||
@ -209,7 +209,7 @@
|
|||||||
// equalizer
|
// equalizer
|
||||||
.equalizer_out(equalizer),
|
.equalizer_out(equalizer),
|
||||||
.equalizer_out_strobe(equalizer_valid),
|
.equalizer_out_strobe(equalizer_valid),
|
||||||
.equalizer_state(equalizer_state),
|
.equalizer_state(),
|
||||||
.ofdm_symbol_eq_out_pulse(ofdm_symbol_eq_out_pulse),
|
.ofdm_symbol_eq_out_pulse(ofdm_symbol_eq_out_pulse),
|
||||||
|
|
||||||
// legacy signal info
|
// legacy signal info
|
||||||
|
Loading…
Reference in New Issue
Block a user