header for rom_sd.sv
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful

This commit is contained in:
dilanthi 2025-06-04 14:34:49 -07:00
parent 1beb6cbf5c
commit 02e2d77640

View File

@ -1,5 +1,10 @@
// A dummy sdcard module for testing the audio port /****
* rom_sd.sv - reads audio data off a rom and feeds it to the audio buffer
*
* @author: Dilanthi Prentice, Waylon Cude
* @date: 6/12/25
*
* **/
module rom_sd( module rom_sd(
input logic clk, input logic clk,
input logic reset, input logic reset,