aboutsummaryrefslogtreecommitdiff
path: root/rtl/modexpng_io_manager_debug.vh
diff options
context:
space:
mode:
authorPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2020-01-30 14:49:18 +0300
committerPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2020-01-30 14:49:18 +0300
commitfa360f8612e8bcccb1f9cc521afb22163f1cc741 (patch)
treedc56e77104644b1a46f885a11a0bf8526972d9de /rtl/modexpng_io_manager_debug.vh
parent97d5b79954e5b8cab118c6a469b38835450e73a8 (diff)
Cosmetic rename of FSM states.
Diffstat (limited to 'rtl/modexpng_io_manager_debug.vh')
-rw-r--r--rtl/modexpng_io_manager_debug.vh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/modexpng_io_manager_debug.vh b/rtl/modexpng_io_manager_debug.vh
index 593005b..e94ec67 100644
--- a/rtl/modexpng_io_manager_debug.vh
+++ b/rtl/modexpng_io_manager_debug.vh
@@ -32,7 +32,7 @@
always @(posedge clk)
//
- if (io_fsm_state == IO_FSM_STATE_STOP_X) begin
+ if (io_fsm_state == IO_FSM_STATE_STOP) begin
if (opcode_is_ladder_init) begin
$display("[step] | D | P | Q");
$display("-------+---+---+---");