We have something at least, audio is working and sounding dang good
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ module pwm(
|
||||
);
|
||||
// This can't be 16 or we are slowing the audio rate down by a factor of
|
||||
// 2^5=32
|
||||
parameter DEPTH=8;
|
||||
parameter DEPTH=11;
|
||||
|
||||
logic [DEPTH-1:0] pulse_counter;
|
||||
logic [15:0] sample_buffer;
|
||||
|
||||
Reference in New Issue
Block a user