mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-08-29 01:14:24 +02:00
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.
2 lines
8 B
Plaintext
2 lines
8 B
Plaintext
1.5.323
|