mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
Icarus uses 'i' in the net expressions for a cast to integer. Replacing it with 'v' would free the character 'i' that can be used for increment operators. This changes cast operators to become 'v', '2', and 'r'. Signed-off-by: Prasad Joshi <[email protected]> Suggested-by: Cary R. <[email protected]>