Skip to content

Commit

Permalink
... actually enable the debug facility #736
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Sep 24, 2023
1 parent e2b7470 commit 3102941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vhdl/hdmi_test_r4.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@ begin
);

iec0: entity work.iec_serial
generic map ( cpu_frequency => 40_500_000 )
generic map ( cpu_frequency => 40_500_000,
with_debug => true)
port map (
clock => cpuclock,
clock81 => pixelclock,
Expand Down

0 comments on commit 3102941

Please sign in to comment.