Some of this stuff should get split out into 7-segment logic probably, having logic in the top file seems like a bad call
8 lines
131 B
Systemverilog
8 lines
131 B
Systemverilog
`ifndef SDVD_DEFS
|
|
`define SDVD_DEFS
|
|
package sdvd_defs;
|
|
// Playback speed type
|
|
typedef logic [3:0] SPEED;
|
|
endpackage
|
|
`endif
|