Fixup to get main demo working
ci/woodpecker/push/test-workflow Pipeline was successful

This adds some unnecessary stuff into the debug core  that I used to
troubleshoot. There are like 5 bugfixes here. Especially of note is the
low freq clock gen, I was trying to use modulo like you would do in a
computer program but it was too slow, so I had to move the logic around
a bunch.
This commit is contained in:
2025-05-26 22:52:14 -07:00
parent ec6ce08b21
commit 927437e12c
6 changed files with 505 additions and 394 deletions
+7
View File
@@ -0,0 +1,7 @@
//this interfaces with block ram
module audio_buffer(
input logic clk, reset,
);