Skip to content

Commit

Permalink
begin debugging forced reconfig of SDRAM #802
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed May 18, 2024
1 parent c634c89 commit 56e7c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vhdl/sdram_controller.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ begin
sdram_init_phase <= 0;
sdram_do_init <= '1';
write_latched <= '0';
sdram_100us_countdown <= 16_200;
-- @IO:GS $C000000 SDRAM:RESET Reset SDRAM controller and select clock polarity.
sdram_clk_0_int <= wdata_latched(0);
sdram_clk_1_int <= wdata_latched(1);
Expand Down

0 comments on commit 56e7c11

Please sign in to comment.