Skip to content
Snippets Groups Projects
Commit 815fe6e1 authored by Pepping's avatar Pepping
Browse files

Remove unsed signa;l

parent 3ced7b73
Branches
No related tags found
No related merge requests found
...@@ -132,14 +132,12 @@ ARCHITECTURE str OF reorder_transpose IS ...@@ -132,14 +132,12 @@ ARCHITECTURE str OF reorder_transpose IS
CONSTANT c_nof_ch_in : NATURAL := g_frame_size_in*g_reorder_seq.rd_chunksize; CONSTANT c_nof_ch_in : NATURAL := g_frame_size_in*g_reorder_seq.rd_chunksize;
CONSTANT c_nof_ch_sel : NATURAL := c_nof_ch_in; CONSTANT c_nof_ch_sel : NATURAL := c_nof_ch_in;
CONSTANT c_ctlr_data_w : NATURAL := func_tech_ddr_ctlr_data_w(g_tech_ddr); CONSTANT c_ctlr_data_w : NATURAL := func_tech_ddr_ctlr_data_w(g_tech_ddr);
CONSTANT c_data_w_ratio : POSITIVE := c_ctlr_data_w/c_data_w; CONSTANT c_data_w_ratio : POSITIVE := c_ctlr_data_w/c_data_w;
SIGNAL sync_check_in_sosi : t_dp_sosi; SIGNAL sync_check_in_sosi : t_dp_sosi;
SIGNAL sync_check_in_siso : t_dp_siso := c_dp_siso_rdy; SIGNAL sync_check_in_siso : t_dp_siso := c_dp_siso_rdy;
SIGNAL dp_sync_chk_out_sosi : t_dp_sosi;
SIGNAL packet_merge_in_sosi : t_dp_sosi; SIGNAL packet_merge_in_sosi : t_dp_sosi;
SIGNAL packet_merge_in_siso : t_dp_siso; SIGNAL packet_merge_in_siso : t_dp_siso;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment