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_15_dlxtst-v.vhd ERROR: Parse error at line 105 column 26: 95: ifetch => ifetch_behav, 96: mem_enable => mem_enable_behav, ready => ready_mem ); 97: 98: proc_rtl : component dlx 99: port map ( phi1 => phi1, phi2 => phi2, reset => reset, halt => halt_rtl, 100: a => a_rtl, d => d_rtl, 101: width => width_rtl, write_enable => write_enable_rtl, 102: ifetch => ifetch_rtl, 103: mem_enable => mem_enable_rtl, ready => ready_mem ); 104: 105: verification_section : block is ^ 106: begin 107: 108: fwd_data_from_mem_to_rtl : 109: d_rtl <= d_behav when mem_enable_rtl = '1' 110: and write_enable_rtl = '0' else 111: disabled_dlx_word; 112: 113: monitor : process 114: 115: variable write_command_behav : boolean; WARN: Missing blame information for the following files: WARN: * ch_15_dlxtst-v.vhd WARN: This may lead to missing/broken features in SonarQube