added headers/ updated old ones
This commit is contained in:
@@ -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
@@ -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
|
||||
*
|
||||
*
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user