mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
mqnic/common: Update UltraScale shim instance
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
ddc1fe4477
commit
46a88e64c5
@ -247,24 +247,7 @@ module mqnic_core_pcie_us #
|
||||
input wire s_axis_rq_seq_num_valid_1,
|
||||
|
||||
/*
|
||||
* Flow control
|
||||
*/
|
||||
input wire [7:0] cfg_fc_ph,
|
||||
input wire [11:0] cfg_fc_pd,
|
||||
input wire [7:0] cfg_fc_nph,
|
||||
input wire [11:0] cfg_fc_npd,
|
||||
input wire [7:0] cfg_fc_cplh,
|
||||
input wire [11:0] cfg_fc_cpld,
|
||||
output wire [2:0] cfg_fc_sel,
|
||||
|
||||
/*
|
||||
* Configuration inputs
|
||||
*/
|
||||
input wire [F_COUNT*3-1:0] cfg_max_read_req,
|
||||
input wire [F_COUNT*3-1:0] cfg_max_payload,
|
||||
|
||||
/*
|
||||
* Configuration interface
|
||||
* Configuration management interface
|
||||
*/
|
||||
output wire [9:0] cfg_mgmt_addr,
|
||||
output wire [7:0] cfg_mgmt_function_number,
|
||||
@ -276,7 +259,24 @@ module mqnic_core_pcie_us #
|
||||
input wire cfg_mgmt_read_write_done,
|
||||
|
||||
/*
|
||||
* Interrupt interface
|
||||
* Configuration status interface
|
||||
*/
|
||||
input wire [2:0] cfg_max_read_req,
|
||||
input wire [2:0] cfg_max_payload,
|
||||
|
||||
/*
|
||||
* Configuration flow control interface
|
||||
*/
|
||||
input wire [7:0] cfg_fc_ph,
|
||||
input wire [11:0] cfg_fc_pd,
|
||||
input wire [7:0] cfg_fc_nph,
|
||||
input wire [11:0] cfg_fc_npd,
|
||||
input wire [7:0] cfg_fc_cplh,
|
||||
input wire [11:0] cfg_fc_cpld,
|
||||
output wire [2:0] cfg_fc_sel,
|
||||
|
||||
/*
|
||||
* Configuration interrupt interface
|
||||
*/
|
||||
input wire [3:0] cfg_interrupt_msix_enable,
|
||||
input wire [3:0] cfg_interrupt_msix_mask,
|
||||
@ -568,18 +568,7 @@ pcie_if_inst (
|
||||
.s_axis_rq_seq_num_valid_1(s_axis_rq_seq_num_valid_1),
|
||||
|
||||
/*
|
||||
* Flow control
|
||||
*/
|
||||
.cfg_fc_ph(cfg_fc_ph),
|
||||
.cfg_fc_pd(cfg_fc_pd),
|
||||
.cfg_fc_nph(cfg_fc_nph),
|
||||
.cfg_fc_npd(cfg_fc_npd),
|
||||
.cfg_fc_cplh(cfg_fc_cplh),
|
||||
.cfg_fc_cpld(cfg_fc_cpld),
|
||||
.cfg_fc_sel(cfg_fc_sel),
|
||||
|
||||
/*
|
||||
* Configuration interface
|
||||
* Configuration management interface
|
||||
*/
|
||||
.cfg_mgmt_addr(cfg_mgmt_addr),
|
||||
.cfg_mgmt_function_number(cfg_mgmt_function_number),
|
||||
@ -591,7 +580,24 @@ pcie_if_inst (
|
||||
.cfg_mgmt_read_write_done(cfg_mgmt_read_write_done),
|
||||
|
||||
/*
|
||||
* Interrupt interface
|
||||
* Configuration status interface
|
||||
*/
|
||||
.cfg_max_payload(cfg_max_payload),
|
||||
.cfg_max_read_req(cfg_max_read_req),
|
||||
|
||||
/*
|
||||
* Configuration flow control interface
|
||||
*/
|
||||
.cfg_fc_ph(cfg_fc_ph),
|
||||
.cfg_fc_pd(cfg_fc_pd),
|
||||
.cfg_fc_nph(cfg_fc_nph),
|
||||
.cfg_fc_npd(cfg_fc_npd),
|
||||
.cfg_fc_cplh(cfg_fc_cplh),
|
||||
.cfg_fc_cpld(cfg_fc_cpld),
|
||||
.cfg_fc_sel(cfg_fc_sel),
|
||||
|
||||
/*
|
||||
* Configuration interrupt interface
|
||||
*/
|
||||
.cfg_interrupt_msi_enable(),
|
||||
.cfg_interrupt_msi_vf_enable(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user