index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
vhdl-sem_decls.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl-sem_decls: fix a regression on subtype indication. Fix #2336
Tristan Gingold
2023-02-03
1
-1
/
+1
*
vhdl: reduce use of is_anonymous_type_definition
Tristan Gingold
2023-02-03
1
-4
/
+6
*
vhdl-sem_decls: do not reassign type declarator on subtype aliases
Tristan Gingold
2023-01-28
1
-13
/
+19
*
vhdl-sem_decls: allow use on non-elaborated functions in generic types
Tristan Gingold
2023-01-26
1
-3
/
+9
*
vhdl-sem_decl: handle subtype of interface type. Fix #2326
Tristan Gingold
2023-01-26
1
-0
/
+1
*
vhdl: add a warning to detect use before elaboration
Tristan Gingold
2023-01-15
1
-0
/
+18
*
vhdl-sem_inst: add instantiate_interface_package_declaration
Tristan Gingold
2022-12-18
1
-1
/
+3
*
vhdl-sem_decls: handle protected type subtypes
Tristan Gingold
2022-09-25
1
-1
/
+4
*
vhdl: add an owner to interface type definition
Tristan Gingold
2022-08-07
1
-1
/
+2
*
vhdl: handle element attribute in declarations. Fix #2136
Tristan Gingold
2022-07-21
1
-1
/
+2
*
elab-vhdl_decls: elaborate dot attribute
Tristan Gingold
2022-07-21
1
-3
/
+0
*
vhdl-nodes: renaming.
Tristan Gingold
2022-07-21
1
-20
/
+20
*
vhdl: preliminary work to elaborat quantities
Tristan Gingold
2022-07-16
1
-1
/
+1
*
vhdl-sem_decls: avoid crash on self use of a generic package.
Tristan Gingold
2022-07-02
1
-0
/
+10
*
vhdl: avoid a crash after errors in associations for packages
Tristan Gingold
2022-04-22
1
-1
/
+1
*
vhdl: check access type restrictions also on completion. Fix #2006
Tristan Gingold
2022-03-13
1
-1
/
+1
*
vhdl-sem_decls: allow out/inout parameters to impure function in VHDL-2019
Xiretza
2022-03-01
1
-3
/
+15
*
vhdl-sem_decls: copy subtype indication also for files. Fix #1936
Tristan Gingold
2021-12-28
1
-0
/
+3
*
vhdl-sem_decls: avoid a crash on invalid alias name. Fix #1919
Tristan Gingold
2021-11-21
1
-0
/
+10
*
vhdl: also warns on unused enumeration literal
Tristan Gingold
2021-11-01
1
-5
/
+29
*
vhdl: report unused types and subtypes
Tristan Gingold
2021-10-01
1
-1
/
+3
*
vhdl: warns on unused component declarations
Tristan Gingold
2021-09-30
1
-1
/
+2
*
vhdl: remove iir_kind_anonymous_signal_declaration (now unused)
Tristan Gingold
2021-08-24
1
-16
/
+0
*
vhdl-sem_decls.adb: handle both anonymous signal and signal attribute. Fix #...
Tristan Gingold
2021-04-07
1
-0
/
+2
*
update license headers
umarcor
2021-01-14
1
-11
/
+9
*
vhdl-sem_decls: avoid a crash after a parse error.
Tristan Gingold
2020-10-07
1
-4
/
+11
*
vhdl: analyze subprogram instantiations. WIP. For #1470
Tristan Gingold
2020-09-26
1
-1
/
+6
*
vhdl: replace base_type with parent_type in nodes
Tristan Gingold
2020-07-22
1
-2
/
+0
*
vhdl-sem_decls: handle multiple declarations with subtype attribute.
Tristan Gingold
2020-07-18
1
-3
/
+3
*
vhdl: improve support of subtype attribute.
Tristan Gingold
2020-07-18
1
-3
/
+7
*
vhdl-nodes: make Subtype_Indication Maybe_Ref. For #641
Tristan Gingold
2020-06-30
1
-0
/
+2
*
vhdl: improve support of subtype attribute. For #641
Tristan Gingold
2020-06-24
1
-8
/
+17
*
vhdl: --std93c is now an alias for --std=93 -frelaxed
Tristan Gingold
2020-06-13
1
-1
/
+4
*
vhdl: minimal support of interface package in entities. For #1262
Tristan Gingold
2020-04-27
1
-1
/
+0
*
ams-vhdl: improve error recovery
Tristan Gingold
2019-12-30
1
-58
/
+75
*
ams-vhdl: check nature for record natures and terminals.
Tristan Gingold
2019-12-30
1
-4
/
+64
*
vhdl-ams: fix overload for simple simultaneous statement.
Tristan Gingold
2019-12-29
1
-1
/
+5
*
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Tristan Gingold
2019-12-28
1
-71
/
+178
*
vhdl-sem_decls: make sem_declaration public.
Tristan Gingold
2019-10-23
1
-10
/
+9
*
vhdl-sem_decls: extract sem_declaration.
Tristan Gingold
2019-10-23
1
-121
/
+118
*
vhdl-sem_decls: add comment.
Tristan Gingold
2019-10-21
1
-0
/
+3
*
vhdl: add anonymous_signal_declaration.
Tristan Gingold
2019-07-03
1
-0
/
+19
*
vhdl: detect unused signals and variables.
Tristan Gingold
2019-06-05
1
-3
/
+8
*
errorout: add messages group instead of continuation.
Tristan Gingold
2019-05-12
1
-3
/
+6
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
1
-0
/
+1
*
vhdl: move iirs_utils to vhdl.utils
Tristan Gingold
2019-05-06
1
-1
/
+1
*
vhdl: move xrefs to vhdl child package.
Tristan Gingold
2019-05-06
1
-1
/
+1
*
vhdl: move evaluation to vhdl child.
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move std_standard package to vhdl child.
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move sem* packages to vhdl children.
Tristan Gingold
2019-05-05
1
-0
/
+2342