added headers/ updated old ones

This commit is contained in:
2025-06-02 17:36:27 -07:00
parent d4d9d604b9
commit 636b375c48
9 changed files with 63 additions and 6 deletions
+9
View File
@@ -1,6 +1,15 @@
/****
* audio_buffer.sv - holds a 2KiB audio buffer of 16-bit pcm audio
* samples (with pcm being the audio format we are using)
*
* @author: Waylon Cude, Dilanthi
* @date: 6/12/2025
*
* */
`ifdef VERILATOR
`include "sdvd_defs.sv"
`endif
import sdvd_defs::SPEED;
//this interfaces with block ram
+3 -2
View File
@@ -1,8 +1,9 @@
/****
* pwm.sv - [must edit in future]
* pwm.sv - drives the pwm audio output on the FPGA given a single 16-bit
* sample.
*
* @author: Dilanthi Prentice, Waylon Cude
* @date: [not sure when due yet]
* @date: 6-12-2025
*
*
* */