Skip to content
Snippets Groups Projects
Commit 83dae67c authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Add c_diag_bg_reg_adr_span.

parent 803afaf4
No related branches found
No related tags found
1 merge request!288Resolve L2SDP-836
...@@ -102,9 +102,10 @@ PACKAGE diag_pkg IS ...@@ -102,9 +102,10 @@ PACKAGE diag_pkg IS
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- control register -- control register
CONSTANT c_diag_bg_reg_nof_dat : NATURAL := 8; CONSTANT c_diag_bg_reg_nof_dat : NATURAL := 8;
CONSTANT c_diag_bg_reg_adr_w : NATURAL := ceil_log2(c_diag_bg_reg_nof_dat); CONSTANT c_diag_bg_reg_adr_w : NATURAL := ceil_log2(c_diag_bg_reg_nof_dat);
CONSTANT c_diag_bg_reg_adr_span : NATURAL := 2**c_diag_bg_reg_adr_w;
CONSTANT c_diag_bg_mode_w : NATURAL := 8; CONSTANT c_diag_bg_mode_w : NATURAL := 8;
CONSTANT c_diag_bg_samples_per_packet_w : NATURAL := 24; CONSTANT c_diag_bg_samples_per_packet_w : NATURAL := 24;
CONSTANT c_diag_bg_blocks_per_sync_w : NATURAL := 24; CONSTANT c_diag_bg_blocks_per_sync_w : NATURAL := 24;
......
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