WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project. ERROR: Unable to parse source file : /home/adieumeg/Documents/Projects/Valencia/workspaces/vhdl_examples/forth-cpu/tb.vhd ERROR: Parse error at line 160 column 30: 150: RamCS => RamCS, 151: MemOE => MemOE, 152: MemWR => MemWR, 153: MemAdv => MemAdv, 154: MemWait => MemWait, 155: FlashCS => FlashCS, 156: FlashRp => FlashRp, 157: MemAdr => MemAdr, 158: MemDB => MemDB); 159: 160: uut_util: work.util.util_tb generic map(clock_frequency => clock_frequency); ^ 161: uut_vga: work.vga_pkg.vt100_tb generic map(clock_frequency => clock_frequency); 162: 163: -- The "io_pins_tb" works correctly, however GHDL 0.29, compiled under 164: -- Windows, cannot fails to simulate this component correctly, and it 165: -- crashes. This does not affect the Linux build of GHDL. It has 166: -- something to do with 'Z' values for std_ulogic types. 167: -- 168: 169: uut_io_pins: work.util.io_pins_tb generic map(clock_frequency => clock_frequency); 170: