Skip to content

Commit

Permalink
Merge pull request #52 from nickg/tb_032
Browse files Browse the repository at this point in the history
Check value of 'path_name and 'instance_name in tb_032
bpadalino authored Oct 4, 2023
2 parents 18b9c9b + 7435112 commit b1117de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vhdl_2019/tb_032.vhd
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@ package body pack032 is
constant vpath : string := value'path_name ;
constant vinst : string := value'instance_name ;
begin
assert vpath /= "" severity failure ;
assert vinst /= "" severity failure ;
assert vpath = ":tb_path_name_and_shared_variables_and_subprograms:u_e032:tb:t:value" report vpath severity failure ;
assert vinst = ":tb_path_name_and_shared_variables_and_subprograms(tb):u_e032@e032(arch):tb:t:value" report vinst severity failure ;
value := value + 1 ;
end procedure ;
end protected body ;

0 comments on commit b1117de

Please sign in to comment.