code clean up for playback_controller.sv

This commit is contained in:
dilanthi 2025-06-10 01:30:51 -07:00
parent fe227d1b61
commit a07e811a16

View File

@ -9,6 +9,8 @@
*
* */
//VERILATOR define used here because verilator needs it to find the package
//while vivado is smart enough not to.
`ifdef VERILATOR
`include "sdvd_defs.sv"
`endif
@ -35,7 +37,6 @@ state_t current, next;
wire play_pulse,ff_pulse;
// NOTE: These might need to be hooked to an even lower clock? Not sure
debouncer playDebouncer (clk,reset,play,play_pulse);
debouncer ffDebouncer (clk,reset,ff,ff_pulse);