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_19_source.vhd ERROR: Parse error at line 30 column 24: 20: -- --------------------------------------------------------------------- 21: -- 22: -- $Id: ch_19_source.vhd,v 1.2 2001-10-24 22:18:13 paw Exp $ 23: -- $Revision: 1.2 $ 24: -- 25: -- --------------------------------------------------------------------- 26: 27: library qsim; 28: library random; 29: 30: use qsim.qsim_types.all, random.random.all; ^ 31: 32: entity source is 33: 34: generic ( name : string; 35: distribution : distribution_type; 36: mean_inter_arrival_time : delay_length; 37: seed : seed_type; 38: time_unit : delay_length := ns; 39: info_file_name : string := "info_file.dat" ); 40: WARN: Missing blame information for the following files: WARN: * ch_19_source.vhd WARN: This may lead to missing/broken features in SonarQube