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_05_ch_05_14.vhd ERROR: Parse error at line 42 column 18: 32: ---------------------------------------------------------------- 33: 34: 35: architecture test of ch_05_14 is 36: 37: signal PC, functional_next_PC, equivalent_next_PC : integer := 0; 38: 39: begin 40: 41: 42: block_05_3_p : block is ^ 43: port ( next_PC : out integer ); 44: port map ( next_PC => functional_next_PC ); 45: begin 46: 47: -- code from book: 48: 49: PC_incr : next_PC <= PC + 4 after 5 ns; 50: 51: -- end of code from book 52: WARN: Missing blame information for the following files: WARN: * ch_05_ch_05_14.vhd WARN: This may lead to missing/broken features in SonarQube