ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1309.vhd ERROR: Parse error at line 87 column 5: 77: 78: -- local variables 79: variable BITV : BV2 := B"11"; 80: variable STRV : CH2 := "ab"; 81: variable ShouldBeTime : TIME; 82: 83: variable k : integer := 0; 84: 85: BEGIN 86: -- Assign with a variable as the expression. 87: ( S, T ) <= BITV after 10 ns; ^ 88: ShouldBeTime := NOW + 10 ns; 89: wait on S,T; 90: if (ShouldBeTime /= Now or S /= BITV(0) or T /= BITV(1)) then 91: k := 1; 92: end if; 93: assert (ShouldBeTime = NOW); 94: assert ((S = BITV( 0 )) and (T = BITV( 1 ))); 95: 96: ( C1,C2 ) <= STRV after 10 ns; 97: ShouldBeTime := NOW + 10 ns; WARN: Missing blame information for the following files: WARN: * tc1309.vhd WARN: This may lead to missing/broken features in SonarQube