Its working! Demo commit
ci/woodpecker/push/test-workflow Pipeline was successful

We have something at least, audio is working and sounding dang good
This commit is contained in:
2025-06-06 01:06:20 -07:00
parent 7980424dc8
commit 35cb264b26
8 changed files with 384152 additions and 7 deletions
+1 -1
View File
@@ -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;