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-chap8.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
translate: rework subtype conversion. Fix #2356
Tristan Gingold
2023-03-29
1
-4
/
+15
*
trans-chap8: free nodes created by canon for conditional assignment
Tristan Gingold
2023-03-27
1
-5
/
+23
*
trans-chap8(translate_wait_statement): free sensitivity list
Tristan Gingold
2023-03-26
1
-1
/
+6
*
trans-chap8: fix a crash while checking bounds in signal assignments.
Tristan Gingold
2023-02-08
1
-1
/
+1
*
trans-chap8: Fix individual assocs of signal parameters
Tristan Gingold
2023-02-08
1
-22
/
+44
*
trans-chap8: minor reindentation
Tristan Gingold
2023-02-08
1
-1
/
+1
*
vhdl/trans: support suspend states
Tristan Gingold
2023-01-28
1
-3
/
+5
*
trans: rework aggregate. For #2166
Tristan Gingold
2022-08-10
1
-12
/
+25
*
vhdl-sem_names: allow element attribute on element attribute. Fix #2141
Tristan Gingold
2022-07-28
1
-0
/
+2
*
trans-chap8: adjust conditions to pass parameters. Fix #2104
Tristan Gingold
2022-06-22
1
-2
/
+9
*
vhdl/translate: handle target aggregate with unbounded names. Fix #1914
Tristan Gingold
2021-11-24
1
-4
/
+6
*
Add comments
Tristan Gingold
2021-11-17
1
-0
/
+2
*
trans-chap8: fix iteration on an enumeration type with only one literal.
Tristan Gingold
2021-09-18
1
-3
/
+9
*
trans-chap8.adb: refactoring and clean-up. For #1514
Tristan Gingold
2021-09-18
1
-39
/
+12
*
trans-chap8: fix crash for slice in target aggregate. Fix #786
Tristan Gingold
2021-09-12
1
-0
/
+4
*
Rework inertial associations.
Tristan Gingold
2021-08-23
1
-0
/
+8
*
vhdl: introduce iir_kind_association_element_by_name
Tristan Gingold
2021-08-06
1
-1
/
+2
*
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
-5
/
+5
*
vhdl: renaming in vhdl-canon.
Tristan Gingold
2020-08-08
1
-1
/
+1
*
vhdl: handle force/release statements in translate and grt. For #1416
Tristan Gingold
2020-08-03
1
-1
/
+128
*
trans-chap8: avoid to create slice type too late.
Tristan Gingold
2020-07-28
1
-0
/
+10
*
translate: handle slice of arrays with unbounded elements.
Tristan Gingold
2020-07-27
1
-2
/
+3
*
trans-chap8: fix handling of some aggregate assignments.
Tristan Gingold
2020-07-25
1
-37
/
+48
*
translate: improve support of unbounded records and arrays.
Tristan Gingold
2020-07-25
1
-1
/
+1
*
ortho: add unbounded records, rework array subtypes.
Tristan Gingold
2020-07-25
1
-11
/
+25
*
vhdl/translate: clarify meaning of Mstate_E for Mnode.
Tristan Gingold
2020-07-18
1
-1
/
+1
*
trans-chap8: add a stabilize.
Tristan Gingold
2020-07-18
1
-0
/
+1
*
vhdl/translate: rework object type elaboration. For #641
Tristan Gingold
2020-06-24
1
-1
/
+1
*
vhdl: add ghdl_integer_index_check_failed. For #1257
Tristan Gingold
2020-06-17
1
-1
/
+1
*
vhdl/translate: simplify some variable assignments. Fix #1361
Tristan Gingold
2020-06-13
1
-2
/
+23
*
trans-chap8: handle accesses like scalar in return statement.
Tristan Gingold
2020-06-04
1
-10
/
+4
*
trans-chap8: handle stack2 in condition of control statement.
Tristan Gingold
2020-06-04
1
-14
/
+43
*
ortho: add a length parameter to start_array_aggr.
Tristan Gingold
2020-05-28
1
-14
/
+5
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
1
-14
/
+14
*
trans-chap8: handle vector in aggregate target for variable assignments.
Tristan Gingold
2020-02-02
1
-23
/
+47
*
trans-chap8: optimize assignment for non-overlapping targets.
Tristan Gingold
2020-01-31
1
-11
/
+108
*
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Tristan Gingold
2019-12-28
1
-1
/
+1
*
vhdl: handle subtype indication (with range) in discrete_range.
Tristan Gingold
2019-08-10
1
-0
/
+1
*
trans-chap8: reverse_range returns false for is_for_loop_iterator_stable.
Tristan Gingold
2019-05-28
1
-20
/
+23
*
Add simple_IO - to be used instead of Text_IO.
Tristan Gingold
2019-05-19
1
-2
/
+2
*
trans-chap8: handle unbounded records in trans_actual. Fix #788
Tristan Gingold
2019-05-15
1
-1
/
+1
*
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: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling.
Tristan Gingold
2019-05-06
1
-2
/
+2
*
vhdl: move iirs_utils to vhdl.utils
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 canon to a vhdl child package.
Tristan Gingold
2019-05-05
1
-5
/
+7
*
vhdl/translate: check_composite_match: rename and handle records.
Tristan Gingold
2019-05-03
1
-4
/
+4
[next]