aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* psl: use Tables instead of GNAT.Table, regenerate, add copyrights.Tristan Gingold2016-01-2731-59/+609
* simul: use Tables instead of GNAT.TableTristan Gingold2016-01-275-36/+24
* simul: handle declarations in configuration.Tristan Gingold2016-01-273-59/+68
* simul: fix attribute specification, noop type conversion, indiv sig assoc.Tristan Gingold2016-01-265-11/+37
* grt rtis_addr: handle B1 ranges.Tristan Gingold2016-01-252-5/+34
* Fix check of conformance for physical units.Tristan Gingold2016-01-251-1/+4
* simul: handle default assignment to unconstrained ports.Tristan Gingold2016-01-243-109/+63
* Avoid a crash in physical type definition.Tristan Gingold2016-01-242-49/+57
* simul: fix various issues.Tristan Gingold2016-01-2414-257/+368
* Improve error message for invalid use of '%'.Tristan Gingold2016-01-191-4/+34
* Parse: detect ill-formed formal names. Fix bug24324.Tristan Gingold2016-01-191-0/+23
* simulate: fix handling of deferred constants.Tristan Gingold2016-01-194-19/+30
* Clean up some code and comments about constant declarations.Tristan Gingold2016-01-194-17/+6
* Improve error message for variable assignment.Tristan Gingold2016-01-191-1/+6
* Add support for conditional assignments.Tristan Gingold2016-01-1624-761/+1747
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-1110-268/+318
* vhdl08: maybe insert implicit condition operator in concurrent statement.Tristan Gingold2016-01-113-19/+49
* llvm: simplify use of llvm-config.Tristan Gingold2016-01-091-1/+1
* Reorder fields in signals for alignment.Tristan Gingold2016-01-092-4/+7
* std_logic_1164: fix number of warnings for matching equality.Tristan Gingold2016-01-071-18/+32
* Keep alias in use clauses. Fix issue 15.Tristan Gingold2016-01-071-1/+1
* Fix staticness for range attribute.Tristan Gingold2016-01-071-1/+1
* Overload resolution: reject invalid indexed names.Tristan Gingold2016-01-071-3/+33
* grt-stack2: Fix unreferenced entity.Tristan Gingold2016-01-061-1/+0
* grt-fst: remove unreferenced with-ed package.Tristan Gingold2016-01-061-1/+0
* Simplify warning Off for gcc 4.6Tristan Gingold2016-01-061-2/+3
* Add a pragma warnings off around constant condition.Tristan Gingold2016-01-061-0/+2
* grt-lib: Remove unused with-ed package.Tristan Gingold2016-01-061-2/+1
* mcode: add support for x86-64Tristan Gingold2016-01-0642-1682/+4061
* mcode: use GNATMAKE.Tristan Gingold2016-01-061-1/+2
* oread: add comments.Tristan Gingold2016-01-061-0/+10
* if/else: add debug line for elsif part.Tristan Gingold2016-01-061-0/+2
* Forbid protected types in elements or designated types.Tristan Gingold2016-01-031-1/+9
* Use WORK location for loading the elaborated unit.Tristan Gingold2015-12-302-2/+9
* Fix crash on issue9.Tristan Gingold2015-12-291-2/+2
* Remove unused code (scanner).Tristan Gingold2015-12-233-18/+3
* parse: remove unreachable code.Tristan Gingold2015-12-221-44/+8
* Scanner: fix use of latin-1 8 bit characters.Tristan Gingold2015-12-223-9/+7
* errorout: add code for caret (not yet enabled).Tristan Gingold2015-12-211-6/+43
* cleanup in errorout.Tristan Gingold2015-12-214-48/+45
* Do not create signal type for scalar type.Tristan Gingold2015-12-204-18/+18
* openieee: complete math_real (and fix uniform).Tristan Gingold2015-12-201-7/+55
* Adjust simulation after sigptr changes.Tristan Gingold2015-12-194-49/+78
* ortho-llvm: avoid generation of unreachable code.Tristan Gingold2015-12-181-11/+23
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-1829-1293/+1704
* avoid a crash if --elab without -l.Tristan Gingold2015-12-161-0/+4
* openieee: add numeric_std and numeric_bit.Tristan Gingold2015-12-162-1/+54
* Add bind only option (-b) to make command (-m).Forrest Voight2015-12-061-3/+13
* ghdl_simul debugger: handle break on operator, handle end of file.Tristan Gingold2015-12-034-7/+45
* ghdl_simul debugger: add nstmt and fstmt.Tristan Gingold2015-12-031-8/+78