Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
  • Loading branch information
mballance committed Oct 14, 2023
1 parent 9b457de commit fab7043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stdlib/addr_reg_pkg.pss
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,12 @@ function R read();
function void write_val(bit[SZ] r);
import target function write_val;
};
/*
struct node_s {
string name;
int index;
};
*/
pure component reg_group_c {
pure function bit[64] get_offset_of_instance(string name);
pure function bit[64] get_offset_of_instance_array(string name,
Expand Down

0 comments on commit fab7043

Please sign in to comment.