In the attached testcase, where count and depth are both integer variables (not Signals) the line:
if count < depth:
is converted as:
if (to_std_logic(count) < '8') then
testcase
Fixed in 0.8-dev
Log in to post a comment.
testcase
Fixed in 0.8-dev