ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc201.vhd ERROR: Parse error at line 35 column 30: 25: -- 26: -- $Id: tc201.vhd,v 1.2 2001-10-26 16:29:45 paw Exp $ 27: -- $Revision: 1.2 $ 28: -- 29: -- --------------------------------------------------------------------- 30: 31: ENTITY c03s01b00x00p04n01i00201ent IS 32: END c03s01b00x00p04n01i00201ent; 33: 34: ARCHITECTURE c03s01b00x00p04n01i00201arch OF c03s01b00x00p04n01i00201ent IS 35: type a is range (1+1) to 10; ^ 36: BEGIN 37: TESTING: PROCESS 38: variable k : a := 6; 39: BEGIN 40: k := 5; 41: assert NOT(k=5) 42: report "***PASSED TEST: c03s01b00x00p04n01i00201" 43: severity NOTE; 44: assert (k=5) 45: report "***FAILED TEST: c03s01b00x00p04n01i00201 -The range must be either a range attribute name or two simple expressions combined with a direction operator." WARN: Missing blame information for the following files: WARN: * tc201.vhd WARN: This may lead to missing/broken features in SonarQube