diff --git a/src/audio_engine.v b/src/audio_engine.v index 0877ce2..f1921f0 100644 --- a/src/audio_engine.v +++ b/src/audio_engine.v @@ -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); diff --git a/src/config.json b/src/config.json index 9c8c6e6..a1d4259 100644 --- a/src/config.json +++ b/src/config.json @@ -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.",