WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project. ERROR: Unable to parse source file : /home/adieumeg/Documents/Projects/Valencia/workspaces/vhdl_examples/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1999.vhd ERROR: Parse error at line 40 column 10: 30: 31: ENTITY c07s02b02x00p07n02i01999ent IS 32: END c07s02b02x00p07n02i01999ent; 33: 34: ARCHITECTURE c07s02b02x00p07n02i01999arch OF c07s02b02x00p07n02i01999ent IS 35: 36: BEGIN 37: TESTING: PROCESS 38: type PHYS is range 1 to 1000 39: units 40: A; ^ 41: B = 10 A; 42: C = 10 B; 43: end units; 44: variable k : integer := 0; 45: variable m : PHYS := 10 A; 46: BEGIN 47: if (m = 1 B) then 48: k := 5; 49: else 50: k := 0;