aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Expand)AuthorAgeFilesLines
* simul: avoid stupid crashes in debugger.Tristan Gingold2016-02-091-2/+10
* PSL: handle and/or in boolean assertion.Tristan Gingold2016-02-093-19/+66
* Improve mixed dump of PSL and VHDL nodes.Tristan Gingold2016-02-092-14/+16
* A subtype of a resolved array type is resolved.Tristan Gingold2016-02-061-0/+3
* simul: handle vhdl 2008.Tristan Gingold2016-02-0610-164/+358
* simul: support of package instantiation.Tristan Gingold2016-02-064-11/+85
* sem_inst: add a comment.Tristan Gingold2016-02-061-0/+2
* simul: preliminary work for environments.Tristan Gingold2016-01-276-80/+57
* translation: use Tables instead of GNAT.Table.Tristan Gingold2016-01-271-4/+3
* 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
* 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-2412-255/+361
* 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
* Reorder fields in signals for alignment.Tristan Gingold2016-01-091-3/+4
* 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
* 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-222-8/+6
* 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
* Adjust simulation after sigptr changes.Tristan Gingold2015-12-194-49/+78
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-1819-975/+1456
* avoid a crash if --elab without -l.Tristan Gingold2015-12-161-0/+4
* 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
* errorout: fix crash on entity_aspect_entity.Tristan Gingold2015-12-031-2/+11
* Fix elaboration order in case of recursive instantiation.Tristan Gingold2015-12-031-2/+7
* ghdl_simul debugger: add auto-repeat.Tristan Gingold2015-11-301-3/+21
* ghdl_simul debugger: handle function call, consider entity declarations.Tristan Gingold2015-11-303-10/+24
* Fix ghdl_simul build.Tristan Gingold2015-11-303-29/+13
* No error message for universal bounds in v93c or relaxed-rules.Tristan Gingold2015-11-301-2/+4
* parse: add comments.Tristan Gingold2015-11-301-0/+16