Skip to content
Snippets Groups Projects
Commit 5206a00c authored by Pepping's avatar Pepping
Browse files

Added constants for diag_data_buffer_dev

parent 41d27835
Branches
No related tags found
No related merge requests found
......@@ -158,7 +158,13 @@ PACKAGE diag_pkg IS
e_real,
e_imag
);
-----------------------------------------------------------------------------
-- Data buffer dev
-----------------------------------------------------------------------------
CONSTANT c_diag_db_dev_reg_nof_dat : NATURAL := 8;
CONSTANT c_diag_db_dev_reg_adr_w : NATURAL := ceil_log2(c_diag_db_dev_reg_nof_dat);
-----------------------------------------------------------------------------
-- CNTR / PSRG sequence test data
-----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment