Skip to content
Snippets Groups Projects
Commit 94433576 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Reduced the number of design_name and design_note regs to still fit inside

 the old address range.
parent 3f4624f4
No related branches found
No related tags found
No related merge requests found
......@@ -76,9 +76,9 @@ END unb1_board_system_info_reg;
ARCHITECTURE rtl OF unb1_board_system_info_reg IS
CONSTANT c_nof_fixed_regs : NATURAL := 2; -- info, use_phy
CONSTANT c_nof_design_name_regs : NATURAL := 16; -- design_name
CONSTANT c_nof_design_name_regs : NATURAL := 13; -- design_name
CONSTANT c_nof_stamp_regs : NATURAL := 3; -- date, time, svn rev
CONSTANT c_nof_design_note_regs : NATURAL := 16; -- note
CONSTANT c_nof_design_note_regs : NATURAL := 13; -- note
CONSTANT c_nof_regs : NATURAL := c_nof_fixed_regs + c_nof_design_name_regs + c_nof_stamp_regs + c_nof_design_note_regs;
......
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