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
No related branches found
No related tags found
No related merge requests found
...@@ -159,6 +159,12 @@ PACKAGE diag_pkg IS ...@@ -159,6 +159,12 @@ PACKAGE diag_pkg IS
e_imag 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 -- 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