-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made two changes to the verilog token parsing in netfile.c in
response to Mitch Bailey's github issue #82: (1) When skipping comments, skip the contents of "(* ... *)" delimiters as well as "/* ... */" delimiters. (2) When checking for qflow's "\abcd\" names (final space replaced with a backslash for SPICE compatibility of names), make sure that the last "\" is followed by end- of-string. Otherwise names like "\a\bcd " will fail to parse correctly.
- Loading branch information
1 parent
cff954f
commit b1374e2
Showing
2 changed files
with
9 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.257 | ||
1.5.258 |
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