This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
netgen
mirror of
https://github.com/RTimothyEdwards/netgen.git
Watch
1
Star
0
Fork
You've already forked netgen
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e1528a797c
netgen
/
VERSION
2 lines
8 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Corrected the parsing for assignment left-hand-side to allow for whitespace inside the array declaration, as was (correctly) done for pin connections. Previously, "assign x[ 0] = 1'b1" would fail due to "x[" being parsed as a token by itself. Now, upon reading an array opening bracket delimiter, the verilog parser will continue to read tokens until it finds the closing bracket, as it does for pin connections.
2026-07-06 16:22:02 +02:00
1.5.323