Skip to content
Snippets Groups Projects
Commit a237a169 authored by Pieter Donker's avatar Pieter Donker
Browse files

changed rom version number

parent d809d40e
No related branches found
No related tags found
1 merge request!1STAT-224: Revision id string
...@@ -35,7 +35,7 @@ ENTITY unb2c_board_system_info IS ...@@ -35,7 +35,7 @@ ENTITY unb2c_board_system_info IS
g_sim : BOOLEAN := FALSE; g_sim : BOOLEAN := FALSE;
g_fw_version : t_unb2c_board_fw_version := c_unb2c_board_fw_version; -- firmware version x.y (4b.4b) g_fw_version : t_unb2c_board_fw_version := c_unb2c_board_fw_version; -- firmware version x.y (4b.4b)
g_aux : t_c_unb2c_board_aux := c_unb2c_board_aux; -- aux contains the hardware version g_aux : t_c_unb2c_board_aux := c_unb2c_board_aux; -- aux contains the hardware version
g_rom_version: NATURAL := 1; g_rom_version: NATURAL := 2;
g_technology : NATURAL := c_tech_arria10 g_technology : NATURAL := c_tech_arria10
); );
PORT ( PORT (
......
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