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_inst.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth: fix handle of protected type bodies within instantiated packages.
Tristan Gingold
2023-01-12
1
-1
/
+18
*
vhdl-sem_inst: adjust instantiation of interface type
Tristan Gingold
2023-01-10
1
-0
/
+3
*
synth: add comments, minor rewrite
Tristan Gingold
2023-01-10
1
-4
/
+5
*
vhdl-sem_inst: fix build of suspend state chain
Tristan Gingold
2023-01-10
1
-1
/
+1
*
vhdl-sem_inst: handle suspend_state
Tristan Gingold
2023-01-04
1
-0
/
+21
*
synth: add support of interface subprogram
Tristan Gingold
2023-01-03
1
-2
/
+10
*
vhdl-sem_inst: avoid a crash after error on package instantiation
Tristan Gingold
2022-12-23
1
-0
/
+2
*
trans-chap5.adb: handle package association in entities.
Tristan Gingold
2022-12-23
1
-7
/
+9
*
vhdl-sem_inst: factorize code
Tristan Gingold
2022-12-23
1
-39
/
+12
*
vhdl-sem_inst: add instantiate_component_declaration.
Tristan Gingold
2022-12-23
1
-0
/
+48
*
vhdl: add Get/Set_Associated_package. For #2264
Tristan Gingold
2022-12-18
1
-13
/
+44
*
vhdl-sem_inst: add instantiate_interface_package_declaration
Tristan Gingold
2022-12-18
1
-0
/
+37
*
vhdl-nodes: add Get/Set_Instantiated_Header.
Tristan Gingold
2022-12-16
1
-5
/
+5
*
vhdl: fix use clause of a package with interface subprograms.
Tristan Gingold
2022-11-30
1
-0
/
+3
*
vhdl: add an owner to interface type definition
Tristan Gingold
2022-08-07
1
-1
/
+6
*
vhdl: add support for default in interface subprogram. Fix #2163
Tristan Gingold
2022-08-07
1
-34
/
+44
*
vhdl: avoid a crash after errors in associations for packages
Tristan Gingold
2022-04-22
1
-92
/
+101
*
Fixed some typos (#1868)
Patrick Lehmann
2021-09-16
1
-2
/
+2
*
vhdl: handle object interface using an interface type. Fix #1726
Tristan Gingold
2021-04-17
1
-3
/
+26
*
vhdl: analyze subprogram instantiations. WIP. For #1470
Tristan Gingold
2020-09-26
1
-0
/
+31
*
vhdl: parse and analyze force/release signal assignment statements.
Tristan Gingold
2020-08-01
1
-0
/
+2
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
1
-2
/
+2
*
vhdl: handling attribute specification in instantiations. Fix #1229
Tristan Gingold
2020-04-16
1
-1
/
+39
*
vhdl: add scalar_size. Size of scalar types is computed during analysis.
Tristan Gingold
2020-04-06
1
-0
/
+2
*
vhdl: move get_subprogram_body_origin to vhdl-sem_inst.
Tristan Gingold
2020-03-24
1
-0
/
+13
*
vhdl-sem_inst: recompute subprogram hash after instantiation.
Tristan Gingold
2020-01-22
1
-0
/
+6
*
vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.
Tristan Gingold
2019-05-10
1
-4
/
+4
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
1
-1
/
+1
*
vhdl: move iirs_utils to vhdl.utils
Tristan Gingold
2019-05-06
1
-1
/
+1
*
vhdl: move nodes_meta package to vhdl child.
Tristan Gingold
2019-05-06
1
-1
/
+1
*
vhdl: rename iirs to vhdl.nodes
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move nodes to vhdl.nodes_priv.
Tristan Gingold
2019-05-05
1
-5
/
+5
*
vhdl: move sem* packages to vhdl children.
Tristan Gingold
2019-05-05
1
-0
/
+1217