index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
translate
/
trans-chap2.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: avoid "pragma Unreferenced given" warnings with GCC 12
Xiretza
2022-05-14
1
-1
/
+1
*
trans-chap2.adb: adjust owner_subtype for instantiations. Fix #2026
Tristan Gingold
2022-04-15
1
-0
/
+37
*
trans-chap2.adb: handle Kind_Component in Copy_Info. Fix #1943
Tristan Gingold
2022-01-09
1
-1
/
+8
*
Fixed some typos (#1868)
Patrick Lehmann
2021-09-16
1
-1
/
+1
*
vhdl: handle object interface using an interface type. Fix #1726
Tristan Gingold
2021-04-17
1
-0
/
+6
*
update license headers
umarcor
2021-01-14
1
-11
/
+9
*
vhdl: parse and analyze force/release signal assignment statements.
Tristan Gingold
2020-08-01
1
-0
/
+1
*
vhdl/translate: rework object type elaboration. For #641
Tristan Gingold
2020-06-24
1
-2
/
+2
*
translate: fix handling of nested generic package. Fix #1246
Tristan Gingold
2020-04-20
1
-8
/
+13
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
1
-1
/
+1
*
vhdl: add scalar_size. Size of scalar types is computed during analysis.
Tristan Gingold
2020-04-06
1
-0
/
+1
*
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Tristan Gingold
2019-12-28
1
-0
/
+2
*
vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.
Tristan Gingold
2019-05-10
1
-2
/
+2
*
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
-2
/
+2
*
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
-3
/
+3
*
vhdl: fix uvvm failure in scoreboard testbench.
Tristan Gingold
2019-02-07
1
-1
/
+1
*
Remove unused is_ref for choices. Adjust.
Tristan Gingold
2019-01-02
1
-4
/
+0
*
translate: renaming of Kind_Expr/Get_Ortho_Expr.
Tristan Gingold
2018-12-11
1
-3
/
+3
*
Rework translation of unbounded and complex types.
Tristan Gingold
2018-10-21
1
-37
/
+9
*
Add Maybe_Ref_Chain (WIP).
Tristan Gingold
2018-09-20
1
-0
/
+4
*
Release secondary stack within elab_declaration_chain. Fix #616
Tristan Gingold
2018-08-07
1
-0
/
+3
*
translation: use a simple mark&sweep to free infos.
Tristan Gingold
2018-01-26
1
-2
/
+15
*
translation: remove some use of Nam_Buffer.
Tristan Gingold
2018-01-20
1
-3
/
+1
*
translate: fix bug wrt complex variable while unnesting subprograms.
Tristan Gingold
2018-01-11
1
-1
/
+1
*
sem_inst: fix relocation of instances in instances.
Tristan Gingold
2017-12-21
1
-0
/
+1
*
Instantiate declarations of interface packages.
Tristan Gingold
2017-12-12
1
-7
/
+13
*
Rework list implementation, use iterator.
Tristan Gingold
2017-11-11
1
-11
/
+11
*
Remove List_Others, cleanup lists.
Tristan Gingold
2017-11-08
1
-2
/
+1
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-0
/
+31
*
Add extended locations (elocations). Still WIP
Tristan Gingold
2017-10-18
1
-1
/
+0
*
Allocate dynamic object in suspended procedures on stack2.
Tristan Gingold
2017-06-16
1
-2
/
+2
*
Translation: set line number very early in subprograms.
Tristan Gingold
2017-05-22
1
-4
/
+4
*
Adjust previous patch: handle info instantiation for interface package.
Tristan Gingold
2017-05-19
1
-29
/
+66
*
trans-chap2: minor refactoring to clarify code.
Tristan Gingold
2017-05-18
1
-11
/
+4
*
Handle instantiation of protected types.
Tristan Gingold
2017-05-18
1
-0
/
+38
*
wip: rework subprogram translation.
Tristan Gingold
2017-05-18
1
-64
/
+59
*
Translation: separate subprogram translation spec and body.
Tristan Gingold
2017-05-18
1
-4
/
+8
*
Add comments.
Tristan Gingold
2017-05-18
1
-0
/
+2
*
translate: separate spec and body translation for implicit subprograms.
Tristan Gingold
2017-05-17
1
-1
/
+3
*
translation: renames Ortho_Func to Subprg_Node for consistency.
Tristan Gingold
2017-05-12
1
-4
/
+4
*
translate: add specific infos for implicit subprograms.
Tristan Gingold
2017-05-12
1
-0
/
+9
*
vhdl2008: allow nested packages in uninstantiated package
Tristan Gingold
2017-05-11
1
-1
/
+27
*
Handle generic package without a body.
Tristan Gingold
2017-03-11
1
-12
/
+70
*
iirs: renames Iir_Kinds_Scalar_Type_Definition
Tristan Gingold
2017-01-02
1
-3
/
+2
*
translate: refactoring for ortho_info_type.
Tristan Gingold
2016-12-30
1
-1
/
+2
*
Add testcase for #202
Tristan Gingold
2016-12-11
1
-27
/
+5
*
Rework subprograms translation for package instance.
Tristan Gingold
2016-12-11
1
-11
/
+7
[next]