File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -912,11 +912,17 @@ generate
912912 assign port_cmd_status_ready[m] = int_cmd_status_ready[m* M_COUNT+ n];
913913 end
914914
915+ (* ram_style = "distributed" , ramstyle = "no_rw_check, mlab" * )
915916 reg [DATA_WIDTH- 1 :0 ] out_fifo_tdata[31 :0 ];
917+ (* ram_style = "distributed" , ramstyle = "no_rw_check, mlab" * )
916918 reg [KEEP_WIDTH- 1 :0 ] out_fifo_tkeep[31 :0 ];
919+ (* ram_style = "distributed" , ramstyle = "no_rw_check, mlab" * )
917920 reg out_fifo_tlast[31 :0 ];
921+ (* ram_style = "distributed" , ramstyle = "no_rw_check, mlab" * )
918922 reg [M_ID_WIDTH- 1 :0 ] out_fifo_tid[31 :0 ];
923+ (* ram_style = "distributed" , ramstyle = "no_rw_check, mlab" * )
919924 reg [M_DEST_WIDTH- 1 :0 ] out_fifo_tdest[31 :0 ];
925+ (* ram_style = "distributed" , ramstyle = "no_rw_check, mlab" * )
920926 reg [USER_WIDTH- 1 :0 ] out_fifo_tuser[31 :0 ];
921927
922928 reg [5 :0 ] out_fifo_data_wr_ptr_reg = 0 ;
You can’t perform that action at this time.
0 commit comments