aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve error message when ',' is used instead of ';' in interface.Tristan Gingold2015-11-251-1/+8
* Fix a crash on conflict in under interpretation.Tristan Gingold2015-11-241-5/+15
* Allow concatenation of element whose type is an array with non-static boundsTristan Gingold2015-11-171-1/+1
* Fix crash on invalid individual association.Tristan Gingold2015-11-075-470/+545
* Do not set suspend flag on foreign procedure.Tristan Gingold2015-11-011-0/+6
* trans-chap2.adb: fix uninitialized variable.Tristan Gingold2015-10-011-9/+9
* Fix regression from states.Tristan Gingold2015-09-262-43/+52
* Fix crash for access type in aggregate.Tristan Gingold2015-09-241-0/+4
* Fix ticket94: default binding indication for component.Tristan Gingold2015-09-241-11/+27
* trans-rtis: fix uninitialized field (that could result in a crash).Tristan Gingold2015-09-151-10/+8
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-105-29/+21
* canon: do not optimize concurrent procedure calls if not whole_analyze.Tristan Gingold2015-09-081-2/+6
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-0418-806/+2301
* Adjust previous patch (destroy types for default port values).Tristan Gingold2015-09-032-7/+13