-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fread() support integral variables not just registers
- Loading branch information
Showing
6 changed files
with
40 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ERROR: ./ivltests/fread-error.v:7: $fread's first argument must be a reg or memory. | ||
ERROR: ./ivltests/fread-error.v:8: $fread requires a second (file descriptor) argument. | ||
ERROR: ./ivltests/fread-error.v:9: $fread's second argument must be numeric. | ||
ERROR: ./ivltests/fread-error.v:10: $fread's third argument must be numeric. | ||
ERROR: ./ivltests/fread-error.v:11: $fread's fourth argument must be numeric. | ||
ERROR: ./ivltests/fread-error.v:12: $fread takes at most four arguments. | ||
ERROR: ./ivltests/fread-error.v:8: $fread's first argument must be an integral variable or memory. | ||
ERROR: ./ivltests/fread-error.v:9: $fread requires a second (file descriptor) argument. | ||
ERROR: ./ivltests/fread-error.v:10: $fread's second argument must be numeric. | ||
ERROR: ./ivltests/fread-error.v:11: $fread's third argument must be numeric. | ||
ERROR: ./ivltests/fread-error.v:12: $fread's fourth argument must be numeric. | ||
ERROR: ./ivltests/fread-error.v:13: $fread takes at most four arguments. | ||
Found 1 extra argument. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters