header for rom_sd.sv
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
This commit is contained in:
parent
1beb6cbf5c
commit
02e2d77640
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user