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

STAT-224: small change to test jira ticket name

parent 57c68cc3
No related branches found
No related tags found
1 merge request!1STAT-224: Revision id string
......@@ -47,7 +47,7 @@ ENTITY ctrl_unb2c_board IS
g_fw_version : t_unb2c_board_fw_version := (0, 0); -- firmware version x.y
g_stamp_date : NATURAL := 0;
g_stamp_time : NATURAL := 0;
g_revision_id : STRING := ""; -- revision_id, commit hash or number
g_revision_id : STRING := ""; -- revision_id, commit hash (first 9 chars) or number
g_design_note : STRING := "UNUSED";
g_base_ip : STD_LOGIC_VECTOR(16-1 DOWNTO 0) := X"0A63"; -- Base IP address used by unb_osy: 10.99.xx.yy
g_mm_clk_freq : NATURAL := c_unb2c_board_mm_clk_freq_125M;
......
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