ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_16_ch_16_05.vhd ERROR: Parse error at line 56 column 3: 46: end if; 47: end function resolve_words; 48: 49: subtype resolved_word is resolve_words word; 50: 51: -- code from book: 52: 53: signal source_bus_1, source_bus_2 : resolved_word bus; 54: signal address_bus : resolved_word bus; 55: 56: disconnect all : resolved_word after 2 ns; ^ 57: 58: -- end of code from book 59: 60: signal s : word; 61: signal g : boolean; 62: 63: begin 64: 65: 66: b : block (g) is WARN: Missing blame information for the following files: WARN: * ch_16_ch_16_05.vhd WARN: This may lead to missing/broken features in SonarQube