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_dlxi-b.vhd ERROR: Parse error at line 135 column 65: 125: index := index + 3; 126: when 1 => 127: result(index to index + 2) := "FSR"; 128: index := index + 3; 129: when others => 130: disassemble_reg(reg, 'S'); 131: end case; 132: end procedure disassemble_special_reg; 133: 134: procedure disassemble_integer ( int : integer ) is 135: constant int_image_length : natural := integer'image(int)'length; ^ 136: begin 137: result(index to index + int_image_length - 1) := integer'image(int); 138: index := index + int_image_length; 139: end procedure disassemble_integer; 140: 141: begin 142: instr_opcode_num := bv_to_natural(instr_opcode); 143: instr_sp_func_num := bv_to_natural(instr_sp_func); 144: instr_fp_func_num := bv_to_natural(instr_fp_func); 145: rs1 := bv_to_natural(instr_rs1); WARN: Missing blame information for the following files: WARN: * ch_15_dlxi-b.vhd WARN: This may lead to missing/broken features in SonarQube