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_17_ch_17_02.vhd ERROR: Parse error at line 48 column 32: 38: 39: process is 40: 41: -- code from book: 42: 43: type stimulus_record is record 44: stimulus_time : time; 45: stimulus_value : bit_vector(0 to 3); 46: end record stimulus_record; 47: 48: type stimulus_ptr is access stimulus_record; ^ 49: 50: variable bus_stimulus : stimulus_ptr; 51: 52: -- end of code from book 53: 54: begin 55: 56: -- code from book: 57: 58: bus_stimulus := new stimulus_record'( 20 ns, B"0011" ); WARN: Missing blame information for the following files: WARN: * ch_17_ch_17_02.vhd WARN: This may lead to missing/broken features in SonarQube