Skip to content

Commit

Permalink
Set FDD cur_rate to 30000000, by @kitune-san
Browse files Browse the repository at this point in the history
Improved stability at 14.318MHz
  • Loading branch information
spark2k06 committed Oct 8, 2022
1 parent a299aab commit 9f935c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCXT.sv
Expand Up @@ -774,7 +774,7 @@ end
//////////////////////////////////////////////////////////////////

reg [27:0] cur_rate;
always @(posedge CLK_50M) cur_rate <= 50000000;
always @(posedge CLK_50M) cur_rate <= 30000000;

wire [5:0] r, g, b;
reg [7:0] raux_cga, gaux_cga, baux_cga;
Expand Down

0 comments on commit 9f935c7

Please sign in to comment.