From 641151b7123c4e5dbbb95392f65c0f3960fc0fef Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 10 Jul 2022 14:23:22 -0700 Subject: Rename memory message types for more clarity. --- hdl/command_parser.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdl/command_parser.sv') 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 , input bit command_ready , output bit command_valid - , output ram_command_t command_data + , output arb_to_ram_t command_data , input bit loop_ready , output bit loop_valid -- cgit v1.2.3