mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
This patch adds a flag -pallowsigned=1 to the vlog95 converter that tells it to allow signed signals. There is currently no code to check for and warn/emit the $signed() and $unsigned() system functions. I need to determine if >>> emitting should also be controlled by the allow signed flag.