Skip to content

Commit

Permalink
Remove a debugging report statement from std_logic ?<= operator
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Aug 16, 2023
1 parent dd3d9ee commit 6880006
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/nvc.08/ieee_support-body.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ package body ieee_support is

function rel_match_leq (l, r : std_ulogic) return std_ulogic is
begin
report "rel_match_leq l=" & std_ulogic'image(l) & " r=" & std_ulogic'image(r);
assert l /= '-' and r /= '-'
report "STD_LOGIC_1164: '-' operand for matching ordering operator"
severity ERROR;
Expand Down

0 comments on commit 6880006

Please sign in to comment.