Skip to content
Snippets Groups Projects
Commit 00ab3380 authored by Pepping's avatar Pepping
Browse files

Removed unused constants

parent d7e39c3f
No related branches found
No related tags found
No related merge requests found
......@@ -142,11 +142,8 @@ ARCHITECTURE rtl OF reorder_sequencer IS
CONSTANT c_blocksize : POSITIVE := c_wr_chunksize + c_gapsize;
CONSTANT c_page_size : POSITIVE := c_blocksize * g_reorder_seq.nof_blocks;
CONSTANT c_mem_size : POSITIVE := 2*c_page_size;
CONSTANT c_rd_block_increment : POSITIVE := c_blocksize * g_reorder_seq.rd_interval;
CONSTANT c_address_w : POSITIVE := ceil_log2(c_mem_size);
CONSTANT c_address_shift_w : POSITIVE := ceil_log2(g_data_w_ratio);
TYPE state_type is (s_idle, s_write, s_first_write, s_wait_wr, s_read, s_wait_rd);
TYPE reg_type IS RECORD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment