1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Minor cleanup

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2022-07-18 22:24:55 -07:00
parent e0d92172d3
commit 2baae23f94
2 changed files with 11 additions and 2 deletions

View File

@ -1017,7 +1017,7 @@ core_inst (
.user_led(user_led),
/*
* H-tile RX AVST interface
* H-Tile interface
*/
.rx_st_data(rx_st_data),
.rx_st_empty(rx_st_empty),

View File

@ -954,7 +954,7 @@ core_inst (
.rst(rst_250mhz),
/*
* H-tile RX AVST interface
* H-Tile/L-Tile RX AVST interface
*/
.rx_st_data(rx_st_data),
.rx_st_empty(rx_st_empty),
@ -967,6 +967,9 @@ core_inst (
.rx_st_vf_num(rx_st_vf_num),
.rx_st_bar_range(rx_st_bar_range),
/*
* H-Tile/L-Tile TX AVST interface
*/
.tx_st_data(tx_st_data),
.tx_st_sop(tx_st_sop),
.tx_st_eop(tx_st_eop),
@ -974,6 +977,9 @@ core_inst (
.tx_st_ready(tx_st_ready),
.tx_st_err(tx_st_err),
/*
* H-Tile/L-Tile TX flow control
*/
.tx_ph_cdts(tx_ph_cdts),
.tx_pd_cdts(tx_pd_cdts),
.tx_nph_cdts(tx_nph_cdts),
@ -985,6 +991,9 @@ core_inst (
.tx_cdts_type(tx_cdts_type),
.tx_cdts_data_value(tx_cdts_data_value),
/*
* H-Tile/L-Tile configuration interface
*/
.tl_cfg_ctl(tl_cfg_ctl),
.tl_cfg_add(tl_cfg_add),
.tl_cfg_func(tl_cfg_func),