mirror of
https://github.com/fpganinja/taxi.git
synced 2026-04-09 05:18:44 -07:00
cndm: Update boards
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -211,6 +211,15 @@ pyrite_inst (
|
||||
.qspi_1_cs()
|
||||
);
|
||||
|
||||
taxi_axis_if #(
|
||||
.DATA_W(32),
|
||||
.KEEP_EN(1),
|
||||
.ID_EN(1),
|
||||
.ID_W(4),
|
||||
.USER_EN(1),
|
||||
.USER_W(1)
|
||||
) axis_brd_ctrl_cmd(), axis_brd_ctrl_rsp();
|
||||
|
||||
// SFP+
|
||||
wire sfp_tx_clk[2];
|
||||
wire sfp_tx_rst[2];
|
||||
@@ -566,7 +575,10 @@ cndm_micro_pcie_us #(
|
||||
.RELEASE_INFO(RELEASE_INFO),
|
||||
|
||||
// Structural configuration
|
||||
.PORTS(2),
|
||||
.PORTS($size(axis_sfp_tx)),
|
||||
.BRD_CTRL_EN(1'b0),
|
||||
.SYS_CLK_PER_NS_NUM(4),
|
||||
.SYS_CLK_PER_NS_DEN(1),
|
||||
|
||||
// PTP configuration
|
||||
.PTP_TS_EN(PTP_TS_EN),
|
||||
@@ -635,6 +647,12 @@ cndm_inst (
|
||||
.cfg_interrupt_msi_tph_st_tag(cfg_interrupt_msi_tph_st_tag),
|
||||
.cfg_interrupt_msi_function_number(cfg_interrupt_msi_function_number),
|
||||
|
||||
/*
|
||||
* Board control
|
||||
*/
|
||||
.m_axis_brd_ctrl_cmd(axis_brd_ctrl_cmd),
|
||||
.s_axis_brd_ctrl_rsp(axis_brd_ctrl_rsp),
|
||||
|
||||
/*
|
||||
* PTP
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user