Skip to content
Snippets Groups Projects
Commit 93c4cfb8 authored by Pepping's avatar Pepping
Browse files

Added comments

parent d4faeb25
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ PACKAGE diag_pkg IS
-----------------------------------------------------------------------------
-- Data buffer dev
-----------------------------------------------------------------------------
CONSTANT c_diag_db_dev_reg_nof_dat : NATURAL := 8;
CONSTANT c_diag_db_dev_reg_nof_dat : NATURAL := 8; -- Create headroom of 4 registers.
CONSTANT c_diag_db_dev_reg_adr_w : NATURAL := ceil_log2(c_diag_db_dev_reg_nof_dat);
-----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment