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

mm_clk frequency back to 50MHz (as it was before)

parent 49878a7f
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_125M; CONSTANT c_mm_clk_freq : NATURAL := c_unb2_board_mm_clk_freq_50M;
-- 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.
Finish editing this message first!
Please register or to comment