Skip to content

Commit a628e8b

Browse files
committed
no more hacks
1 parent 56ca109 commit a628e8b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

hdk/cl/developer_designs/cl_firesim/design/cl_firesim.sv

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ logic rst_extra1_n_sync;
3939

4040
`include "unused_flr_template.inc"
4141
`include "unused_ddr_a_b_d_template.inc"
42+
`include "unused_dma_pcis_template.inc" // TODO: remove it
4243
`include "unused_pcim_template.inc"
4344
`include "unused_cl_sda_template.inc"
4445
`include "unused_sh_bar1_template.inc"
@@ -220,11 +221,12 @@ axi_clock_converter_oclnew ocl_clock_convert (
220221
.m_axi_rready(sh_ocl_rready_q) // output wire m_axi_rready
221222
);
222223

223-
224224
//-------------------------------------------------
225225
// PCIe DMA_PCIS to FireSim Master
226226
//-------------------------------------------------
227227

228+
/* TODO: add it back
229+
228230
logic [5:0] sh_cl_dma_pcis_awid_FIRESIM;
229231
logic [63:0] sh_cl_dma_pcis_awaddr_FIRESIM;
230232
logic [7:0] sh_cl_dma_pcis_awlen_FIRESIM;
@@ -354,6 +356,7 @@ axi_clock_converter_512_wide wide_pcis_clock_convert (
354356
.m_axi_rvalid(cl_sh_dma_pcis_rvalid_FIRESIM), // input wire m_axi_rvalid
355357
.m_axi_rready(sh_cl_dma_pcis_rready_FIRESIM) // output wire m_axi_rready
356358
);
359+
*/
357360

358361
wire [15 : 0] fsimtop_s_axi_awid;
359362
wire [63 : 0] fsimtop_s_axi_awaddr;
@@ -449,6 +452,7 @@ wire fsimtop_s_axi_rready;
449452
.io_master_r_bits_user(), // UNUSED at top level
450453

451454
// special NIC master interface
455+
/* TODO: no more hacks
452456
.io_NICmaster_aw_ready(cl_sh_dma_pcis_awready_FIRESIM),
453457
.io_NICmaster_aw_valid(sh_cl_dma_pcis_awvalid_FIRESIM),
454458
.io_NICmaster_aw_bits_addr(sh_cl_dma_pcis_awaddr_FIRESIM),
@@ -494,6 +498,7 @@ wire fsimtop_s_axi_rready;
494498
.io_NICmaster_r_bits_last(cl_sh_dma_pcis_rlast_FIRESIM),
495499
.io_NICmaster_r_bits_id(cl_sh_dma_pcis_rid_FIRESIM),
496500
.io_NICmaster_r_bits_user(), // UNUSED at top level
501+
*/
497502

498503
.io_slave_aw_ready(fsimtop_s_axi_awready),
499504
.io_slave_aw_valid(fsimtop_s_axi_awvalid),

0 commit comments

Comments
 (0)