mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
Signals of a nexus must have types that exactly match, but the drivers of a signal nexus have slightly more subtle rules for the case where the signal is IVL_VT_LOGIC. Express those rules in the function check_signal_drive_type, and use it to check the type of constants driving a signal.