-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
See #31 (comment) .
Hi, @ldoolitt . I've managed to make a patch to deal with this issue. You can apply it and see how it goes.
By introducing wrap_sgn_expr(), now vhd2vl will parse conv_integer and to_integer with an $unsigned() or $signed identifier (disabled if implicit) like
assign u = $unsigned(s);
assign i = $signed(s);If everything is going well, I'll create a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels