Open phscott99 opened 1 week ago
See #141.
VHDL-LS only allows for time units separated by a space, which seems to match the VHDL-2008 standard. Some tools allow the space to be omitted.
wait for 10 ns;
will not cause the error shown.
You're right - I missed that issue. Feature request for a more descriptive error message?
The following line in my testbench causes errors:
wait for 10ns;
The errors are as follows: