Skip to content

Commit

Permalink
actually make sdram clock flippable #802
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed May 17, 2024
1 parent ed02722 commit 6a9fa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vhdl/sdram_controller.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ begin
sdram_do_init <= '1';
write_latched <= '0';
-- @IO:GS $C000000 SDRAM:RESET Reset SDRAM controller and select clock polarity.
sdram_clk_0 <= wdata_latched(0);
sdram_clk_1 <= wdata_latched(1);
sdram_clk_0_int <= wdata_latched(0);
sdram_clk_1_int <= wdata_latched(1);
else
-- Read non-RAM address
sdram_state <= NON_RAM_READ;
Expand Down

0 comments on commit 6a9fa46

Please sign in to comment.