summaryrefslogtreecommitdiff
path: root/hdl/command_parser.sv
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-07-10 14:23:22 -0700
committerJulian Blake Kongslie2022-07-10 14:23:22 -0700
commit641151b7123c4e5dbbb95392f65c0f3960fc0fef (patch)
treed918278edf3b4218097d125d013e4be35b92be5c /hdl/command_parser.sv
parentUpdate PLAN. (diff)
downloadmultipdp8-641151b7123c4e5dbbb95392f65c0f3960fc0fef.tar.xz
Rename memory message types for more clarity.
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