Make warmup4 ready for real board

This commit is contained in:
2022-11-22 20:08:46 +01:00
parent c6b290a5c0
commit 2e03702047
2 changed files with 6 additions and 6 deletions

View File

@@ -54,8 +54,8 @@ begin
);
timer: simple_timer
generic map (timer_start => x"00000008") -- for simulation
-- generic map (timer_start => x"00000F00") -- for board
-- generic map (timer_start => x"00000008") -- for simulation
generic map (timer_start => x"00000F00") -- for board
port map(
clk => clk,
rst => rst,