Skip to content

Commit

Permalink
Workaround NVC alias issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Apr 4, 2023
1 parent f80eb86 commit 6c294ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vunit/vhdl/check/src/check_api.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ package check_pkg is
impure function get_checker_stat return checker_stat_t;
procedure reset_checker_stat;

alias check_result_tag is decorate_tag;
-- TODO: Make an alias when NVC compiles correctly
--alias check_result_tag is decorate_tag;
constant check_result_tag : string := "<+/->";
alias result is decorate[string return string];

type edge_t is (rising_edge, falling_edge, both_edges);
Expand Down

0 comments on commit 6c294ad

Please sign in to comment.