index
:
ghdl/.git
master
VHDL 2008/93/87 simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
sem_decls.adb
Age
Commit message (
Expand
)
Author
2016-01-19
Clean up some code and comments about constant declarations.
Tristan Gingold
2016-01-11
Set type staticness for a constant declaration and attribute specification.
Tristan Gingold
2015-08-29
Replace fat accesses by bounds accesses
Tristan Gingold
2015-05-27
Fix regression for expanded names.
Tristan Gingold
2015-05-27
Handle signal attribute in declarations. Fix alias of implicit signal.
Tristan Gingold
2015-05-15
vhdl 00+: allow non-protected shared variables with -frelaxed-rules
Tristan Gingold
2015-05-12
Always report pure rules violation, but as a warning in 93c or -frelaxed-rules
Tristan Gingold
2015-05-12
aliases: avoid crash in case of mismatch between function and procedure.
Tristan Gingold
2015-05-09
Report incorrect use of 'Base.
Tristan Gingold
2015-01-10
vhdl08: block configuration for if-generate statements.
Tristan Gingold
2015-01-03
Initial rework for vhdl 2008 generate statements.
Tristan Gingold
2014-12-26
Rewrite sem_scopes tables for speed-up (and clarification).
Tristan Gingold
2014-12-15
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-12-14
iirs: reduce size of interface objects.
Tristan Gingold
2014-12-14
iirs: reduce size of signal_declaration.
Tristan Gingold
2014-12-14
Put attribute_value_chain in parent.
Tristan Gingold
2014-11-04
Create src/vhdl subdirectory.
Tristan Gingold