code clean up for playback_controller.sv
This commit is contained in:
parent
fe227d1b61
commit
a07e811a16
@ -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
|
`ifdef VERILATOR
|
||||||
`include "sdvd_defs.sv"
|
`include "sdvd_defs.sv"
|
||||||
`endif
|
`endif
|
||||||
@ -35,7 +37,6 @@ state_t current, next;
|
|||||||
|
|
||||||
wire play_pulse,ff_pulse;
|
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 playDebouncer (clk,reset,play,play_pulse);
|
||||||
debouncer ffDebouncer (clk,reset,ff,ff_pulse);
|
debouncer ffDebouncer (clk,reset,ff,ff_pulse);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user