Skip to content

Commit

Permalink
Relax did not work
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarDevAchar authored Aug 28, 2024
1 parent fe76ae1 commit af1823a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/audio_engine.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module audio_engine(
parameter [6:0] NOTE_D3 = 7'd42;
parameter [6:0] NOTE_E3 = 7'd37;
parameter [6:0] NOTE_F3 = 7'd35;
parameter [6:0] NOTE_G3 = 7'd31;
parameter [6:0] NOTE_A3 = 7'd28;

function [6:0] seq_lut (input [6:0] timestamp);
Expand Down
2 changes: 1 addition & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"//": "PL_TARGET_DENSITY - You can increase this if Global Placement fails with error GPL-0302.",
"//": "Users have reported that values up to 0.8 worked well for them.",
"PL_TARGET_DENSITY": 0.75,
"PL_TARGET_DENSITY": 0.85,

"//": "CLOCK_PERIOD - Increase this in case you are getting setup time violations.",
"//": "The value is in nanoseconds, so 20ns == 50MHz.",
Expand Down

0 comments on commit af1823a

Please sign in to comment.