Skip to content
Snippets Groups Projects
Commit c6f053f4 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

using 125MHz clock for mm_clk

parent 8f51274a
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ ARCHITECTURE str OF unb2_minimal IS ...@@ -72,7 +72,7 @@ ARCHITECTURE str OF unb2_minimal IS
-- Firmware version x.y -- Firmware version x.y
CONSTANT c_fw_version : t_unb2_board_fw_version := (1, 1); CONSTANT c_fw_version : t_unb2_board_fw_version := (1, 1);
CONSTANT c_mm_clk_freq : NATURAL := c_unb2_board_mm_clk_freq_50M; CONSTANT c_mm_clk_freq : NATURAL := c_unb2_board_mm_clk_freq_125M;
-- System -- System
SIGNAL cs_sim : STD_LOGIC; SIGNAL cs_sim : STD_LOGIC;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment