nickg / nvc

VHDL compiler and simulator
https://www.nickg.me.uk/nvc/
GNU General Public License v3.0
591 stars 75 forks source link

Inconsistent documentation for generic #832

Open m-kru opened 5 months ago

m-kru commented 5 months ago

From man nvc:

-g name=value
       Override  generic  name with value.  Integers, enumeration literals, and string literals are supported.  Generics in in‐
       ternal instances can be overridden by giving the full dotted path to the generic.  For example  -gI=5,  -gINIT=’1’,  and
       -gUUT.STR="hello".

The first line has space character between -g and name. In the description there are no spaces. Even if both ways are valid, I guess the documentation should be consistent and should present the preferred way.