Skip to content
Snippets Groups Projects
Commit 5971bb0a authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

corrected comment

parent 44e33240
No related branches found
No related tags found
1 merge request!365HPR-130:
Pipeline #63952 passed
...@@ -298,7 +298,7 @@ package body common_field_pkg is ...@@ -298,7 +298,7 @@ package body common_field_pkg is
end field_map; end field_map;
function field_select_subset(subset_field_arr : t_common_field_arr; larger_field_arr : t_common_field_arr; larger_slv : std_logic_vector) return std_logic_vector is function field_select_subset(subset_field_arr : t_common_field_arr; larger_field_arr : t_common_field_arr; larger_slv : std_logic_vector) return std_logic_vector is
-- Create one SLV consisting of both read-only and output-readback fields, e.g. as input to an MM reg -- Return SLV mapped to "subset_field_arr" extracted from a larger SLV mapped to "larger_field_arr".
variable v_hi_sub : natural; variable v_hi_sub : natural;
variable v_lo_sub : natural; variable v_lo_sub : natural;
variable v_hi_full : natural; variable v_hi_full : natural;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment