From ce6a6590c7c72745fc50ae44797d047c724c134d Mon Sep 17 00:00:00 2001 From: Fischer Moseley Date: Thu, 9 Feb 2023 15:33:19 -0500 Subject: [PATCH] fix one last bit of naming --- examples/counter/src/debug.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/counter/src/debug.sv b/examples/counter/src/debug.sv index c088a02..5c62ea5 100644 --- a/examples/counter/src/debug.sv +++ b/examples/counter/src/debug.sv @@ -133,7 +133,7 @@ module manta ( /* Downlink State Machine Controller */ /* - - ila enters the downlink state + - manta enters the downlink state - set fifo_output_request high for a clock cycle - when fifo_output_valid goes high, send fifo_data_out across the line - do nothing until tx_busy goes low