13 Commits

Author SHA1 Message Date
100c8017cc Added audio buffer
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
It should be working reasonably well at this point
2025-05-28 19:23:17 -07:00
927437e12c Fixup to get main demo working
All checks were successful
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.
2025-05-26 22:52:14 -07:00
ec6ce08b21 Add stubbed out pwm implementation
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
2025-05-22 20:26:29 -07:00
3f626074f9 Added playback controller and testbench
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
2025-05-22 20:06:31 -07:00
18aab51325 Add debouncer TB and fixup on debouncer
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
2025-05-19 16:13:35 -07:00
3b30a32045 Moved 7 segment display logic to subdirectory
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
Also fixed up the one type I found in the seconds display
2025-05-19 15:48:05 -07:00
15509fa27a Fixup merge
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
2025-05-19 15:26:01 -07:00
89a9c5a60c Merge branch 'wcude' 2025-05-19 15:22:32 -07:00
2fde75a330 Added a in-progress top file
Some of this stuff should get split out into 7-segment logic probably,
having logic in the top file seems like a bad call
2025-05-19 15:21:53 -07:00
4b041651d4 added seven segment display logic / seconds counter
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
2025-05-17 20:38:52 -07:00
34d62a197f Add some stubbed out modules for the first bit
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
Hopefully theses are right ...
2025-05-16 17:58:25 -07:00
831e588986 Add vivado project
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
Hopefully this is enough of the project files for this to work ...
2025-05-16 17:16:08 -07:00
bd7286a858
Initial commit 2025-05-06 13:46:53 -07:00