All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
The audio output is still messed up, but this commit gets everything as ready as it can get. Fixed up all the testbenches and added state machines for everything
8 lines
131 B
Systemverilog
8 lines
131 B
Systemverilog
`ifndef SDVD_DEFS
|
|
`define SDVD_DEFS
|
|
package sdvd_defs;
|
|
// Playback speed type
|
|
typedef logic [4:0] SPEED;
|
|
endpackage
|
|
`endif
|