summaryrefslogtreecommitdiff
path: root/hdl/command_parser.sv
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hdl/command_parser.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/command_parser.sv b/hdl/command_parser.sv
index a4a5190..5be5957 100644
--- a/hdl/command_parser.sv
+++ b/hdl/command_parser.sv
@@ -15,7 +15,7 @@ module command_parser
15 15
16 , input bit command_ready 16 , input bit command_ready
17 , output bit command_valid 17 , output bit command_valid
18 , output ram_command_t command_data 18 , output arb_to_ram_t command_data
19 19
20 , input bit loop_ready 20 , input bit loop_ready
21 , output bit loop_valid 21 , output bit loop_valid