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/result_printer.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hdl/result_printer.sv') diff --git a/hdl/result_printer.sv b/hdl/result_printer.sv index 322fac0..f9910f9 100644 --- a/hdl/result_printer.sv +++ b/hdl/result_printer.sv @@ -6,7 +6,7 @@ module result_printer , output bit result_ready , input bit result_valid - , input ram_read_response_t result_data + , input ram_to_arb_t result_data , input bit echo_ready , output bit echo_valid @@ -18,7 +18,7 @@ module result_printer ); bit hold_valid; - ram_read_response_t hold; + ram_to_arb_t hold; bit loop; ram_byte_count_t byte_count; ram_word_count_t word_count; -- cgit v1.2.3