Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Adjust SDRAM refresh rate
Browse files Browse the repository at this point in the history
  • Loading branch information
gyurco committed Jun 2, 2019
1 parent 8f52175 commit 17aa130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/virtual_toplevel.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ entity Virtual_Toplevel is
rowAddrBits : integer := 12;
-- t_ck_ns : real := 10.0 -- 100 MHz
-- t_ck_ns : real := 6.7 -- 150 MHz
t_ck_ns : real := 11.7 -- 85 MHz
-- t_ck_ns : real := 11.7 -- 85 MHz
-- t_ck_ns : real := 23.5
-- t_ck_ns : real := 7.9 -- 126 MHz
t_ck_ns : real := 7.9 -- 126 MHz
);
port(
reset : in std_logic;
Expand Down

0 comments on commit 17aa130

Please sign in to comment.