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_13_fg_13_25.vhd ERROR: Parse error at line 54 column 3: 44: 45: -- code from book 46: 47: architecture gate_level of misc_logic is 48: 49: component nand3 is 50: generic ( Tpd : delay_length ); 51: port ( a, b, c : in bit; y : out bit ); 52: end component nand3; 53: 54: for all : nand3 ^ 55: use entity project_lib.nand3(basic); 56: 57: -- . . . 58: 59: -- not in book 60: signal sig1, sig2, sig3, out_sig : bit; 61: signal test_vector : bit_vector(1 to 3); 62: -- end not in book 63: 64: begin WARN: Missing blame information for the following files: WARN: * ch_13_fg_13_25.vhd WARN: This may lead to missing/broken features in SonarQube