# Issue #4402: read_verilog doesn't respect signed keyword # # write_verilog drops the signed keyword from input port declarations, # even though the internal comparison logic is correctly preserved via # explicit $signed() casts. The port declaration should retain signed # so that the interface contract is correct for downstream tools. ! mkdir -p temp read_verilog <