Fix $fscanf etc to return -1 on EOF (#3313).

This commit is contained in:
Wilson Snyder 2022-03-07 17:44:16 -05:00
parent ef87d057fc
commit ae005434e4

View File

@ -20,7 +20,7 @@ Verilator 4.219 devel
* Fix skipping public enum values with four-state values (#3303).
* Fix $readmem file not found to be warning not error (#3310). [Alexander Grobman]
* Fix class stringification on wide arrays (#3312). [Iru Cai]
* Fix $fscanf etc to return -1 on EOF (#3113). [Jose Tejada]
* Fix $fscanf etc to return -1 on EOF (#3313). [Jose Tejada]
* Fix public function arguments that are arrayed (#3316). [pawel256]
* Fix unnamedblk error on foreach (#3321). [Aliaksei Chapyzhenka]
* Fix crash in recursive module inlining (#3324). [Larry Doolittle]