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-chap4.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
translate: rework translate_object_subtype_indication.
Tristan Gingold
2023-02-02
1
-22
/
+23
*
vhdl/trans: support suspend states
Tristan Gingold
2023-01-28
1
-1
/
+16
*
trans-chap5.adb: handle package association in entities.
Tristan Gingold
2022-12-23
1
-4
/
+4
*
vhdl/translate: handle predefined operators as conversion functions
Tristan Gingold
2022-11-07
1
-39
/
+54
*
vhdl-sem_names: allow element attribute on element attribute. Fix #2141
Tristan Gingold
2022-07-28
1
-9
/
+20
*
vhdl: handle element attribute in declarations. Fix #2136
Tristan Gingold
2022-07-21
1
-11
/
+21
*
vhdl-nodes: renaming.
Tristan Gingold
2022-07-21
1
-4
/
+4
*
vhdl/translate: handle inertial association in recursive instantiation
Tristan Gingold
2022-06-16
1
-2
/
+15
*
vhdl/translate: handle target aggregate with unbounded names. Fix #1914
Tristan Gingold
2021-11-24
1
-1
/
+2
*
trans-chap4: handle unbounded aggregate initial value to unbounded signal.
Tristan Gingold
2021-09-16
1
-1
/
+30
*
vhdl: remove iir_kind_anonymous_signal_declaration (now unused)
Tristan Gingold
2021-08-24
1
-20
/
+8
*
Rework inertial associations.
Tristan Gingold
2021-08-23
1
-28
/
+141
*
vhdl: introduce iir_kind_association_element_by_name
Tristan Gingold
2021-08-06
1
-2
/
+1
*
trans-chap4: add comments
Tristan Gingold
2021-05-16
1
-0
/
+4
*
vhdl: handle alias of protected objects. Fix #1688
Tristan Gingold
2021-03-19
1
-2
/
+4
*
update license headers
umarcor
2021-01-14
1
-11
/
+9
*
vhdl/translate: handle vhdl-93 'last_value. Fix #1440
Tristan Gingold
2020-08-26
1
-2
/
+4
*
trans: propagate parent_type changes.
Tristan Gingold
2020-07-25
1
-10
/
+1
*
translate: improve support of unbounded records and arrays.
Tristan Gingold
2020-07-25
1
-3
/
+6
*
vhdl: improve support of subtype attribute.
Tristan Gingold
2020-07-18
1
-33
/
+63
*
vhdl/translate: add support for subtype attribute. For #641
Tristan Gingold
2020-06-25
1
-7
/
+39
*
vhdl/translate: rework object type elaboration. For #641
Tristan Gingold
2020-06-24
1
-14
/
+26
*
vhdl: minimal support of interface package in entities. For #1262
Tristan Gingold
2020-04-27
1
-1
/
+7
*
vhdl: add anonymous_signal_declaration.
Tristan Gingold
2019-07-03
1
-3
/
+6
*
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 std_standard package to vhdl child.
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move canon to a vhdl child package.
Tristan Gingold
2019-05-05
1
-2
/
+2
*
vhdl/translate: check_composite_match: rename and handle records.
Tristan Gingold
2019-05-03
1
-2
/
+4
*
vhdl: fix uvvm failure in scoreboard testbench.
Tristan Gingold
2019-02-07
1
-1
/
+1
*
translate: handle unbounded aggregate as initial value.
Tristan Gingold
2018-12-16
1
-10
/
+24
*
translate: renaming, support constrained unbounded record aggregates.
Tristan Gingold
2018-12-07
1
-1
/
+1
*
Add --max-stack-alloc option, check stack allocation of complex object.
Tristan Gingold
2018-11-23
1
-1
/
+45
*
translate: minor refactoring.
Tristan Gingold
2018-11-21
1
-3
/
+1
*
translate: refactoring.
Tristan Gingold
2018-11-20
1
-2
/
+1
*
vhdl/translate: improve support of unbounded arrays.
Tristan Gingold
2018-11-09
1
-6
/
+5
*
Rework translation of unbounded and complex types.
Tristan Gingold
2018-10-21
1
-52
/
+41
*
translate: for alias of signal slice: trsnslate name subtype.
Tristan Gingold
2018-09-18
1
-0
/
+26
*
Release secondary stack within elab_declaration_chain. Fix #616
Tristan Gingold
2018-08-07
1
-1
/
+4
*
elab_object_init: allocate bounds for unounded aggregate if needed.
Tristan Gingold
2018-07-22
1
-5
/
+12
*
translate: handle anonymous types in formal; handle multiple conversions.
Tristan Gingold
2018-02-18
1
-3
/
+9
*
Translate; properly separates translation of types from translation of subtypes.
Tristan Gingold
2018-01-17
1
-8
/
+30
*
WIP: array translation for unbounded arrays.
Tristan Gingold
2018-01-14
1
-0
/
+1
*
Rework array/record type mode to improve support of constrained records.
Tristan Gingold
2018-01-11
1
-50
/
+47
*
Check bounds for constant intialisation.
Tristan Gingold
2017-11-29
1
-1
/
+1
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-10
/
+7
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-1
/
+1
*
Rename Allocate_Fat_Array_Base to Allocate_Unbounded_Composite_Base.
Tristan Gingold
2017-10-28
1
-10
/
+16
*
translate: handle unbounded record in individual assocs.
Tristan Gingold
2017-10-22
1
-3
/
+3
*
Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.
Tristan Gingold
2017-09-13
1
-6
/
+6
[next]