index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
translate
Commit message (
Expand
)
Author
Age
Files
Lines
*
trans-chap3: improve style.
Tristan Gingold
2019-05-23
1
-3
/
+2
*
Add simple_IO - to be used instead of Text_IO.
Tristan Gingold
2019-05-19
4
-18
/
+11
*
trans-chap8: handle unbounded records in trans_actual. Fix #788
Tristan Gingold
2019-05-15
1
-1
/
+1
*
vhdl: decouple errorouts a bit more.
Tristan Gingold
2019-05-10
1
-4
/
+4
*
psl: add psl-types, psl-nodes_priv.
Tristan Gingold
2019-05-10
1
-0
/
+1
*
vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.
Tristan Gingold
2019-05-10
7
-31
/
+31
*
Extract psl-errors from errorout.
Tristan Gingold
2019-05-10
1
-1
/
+1
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
17
-11
/
+19
*
vhdl: renames iirs_walk to vhdl-nodes_walk
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
2
-3
/
+3
*
vhdl: move iirs_utils to vhdl.utils
Tristan Gingold
2019-05-06
15
-15
/
+15
*
vhdl: move nodes_meta package to vhdl child.
Tristan Gingold
2019-05-06
2
-4
/
+4
*
vhdl: rename iirs to vhdl.nodes
Tristan Gingold
2019-05-05
5
-5
/
+5
*
vhdl: move nodes to vhdl.nodes_priv.
Tristan Gingold
2019-05-05
1
-3
/
+3
*
vhdl: move back_end to vhdl child.
Tristan Gingold
2019-05-05
1
-4
/
+4
*
vhdl: move evaluation to vhdl child.
Tristan Gingold
2019-05-05
5
-5
/
+5
*
vhdl: move ieee packages to vhdl children.
Tristan Gingold
2019-05-05
2
-5
/
+5
*
vhdl: move std_standard package to vhdl child.
Tristan Gingold
2019-05-05
8
-8
/
+8
*
vhdl: move configuration package as a vhdl child.
Tristan Gingold
2019-05-05
3
-10
/
+10
*
vhdl: move sem* packages to vhdl children.
Tristan Gingold
2019-05-05
4
-11
/
+11
*
vhdl: move canon to a vhdl child package.
Tristan Gingold
2019-05-05
5
-13
/
+15
*
vhdl: move disp_tree and disp_vhdl as vhdl child.
Tristan Gingold
2019-05-04
1
-2
/
+2
*
vhdl: do not crash on 64 bit null range.
Tristan Gingold
2019-05-03
1
-1
/
+3
*
vhdl/translate: check_composite_match: rename and handle records.
Tristan Gingold
2019-05-03
6
-70
/
+207
*
vhdl: supports VHPIDIRECT in mcode backend.
Tristan Gingold
2019-04-27
7
-89
/
+144
*
translation: adjust scan of vhpidirect string.
Tristan Gingold
2019-04-27
1
-6
/
+5
*
trans-chap12: minor rewrite.
Tristan Gingold
2019-04-27
1
-1
/
+3
*
grt: extract grt-dynload from grt-cvpi
Tristan Gingold
2019-04-24
1
-1
/
+1
*
vhdl: fix crash on access subtype. Fix #797
Tristan Gingold
2019-04-15
1
-1
/
+2
*
trans-chap8: adjust condition.
Tristan Gingold
2019-03-25
1
-1
/
+3
*
Remove a redundant conversion.
Tristan Gingold
2019-02-28
1
-1
/
+1
*
vhdl: fix uvvm failure in scoreboard testbench.
Tristan Gingold
2019-02-07
2
-2
/
+2
*
translation of aggregate: use the target type. For #737
Tristan Gingold
2019-01-17
1
-1
/
+1
*
translation: minor refactoring.
Tristan Gingold
2019-01-17
1
-12
/
+13
*
trans-chap3: save base type for constrained arrays.
Tristan Gingold
2019-01-12
1
-0
/
+2
*
trans-chap7: add implicit conversion for unbounded arrays.
Tristan Gingold
2019-01-11
1
-1
/
+8
*
trans-chap6: minor refactoring.
Tristan Gingold
2019-01-11
1
-6
/
+4
*
translate: refactoring of slice diff for enum types.
Tristan Gingold
2019-01-06
2
-9
/
+31
*
Fix a typo.
Tristan Gingold
2019-01-05
1
-1
/
+2
*
errorout: discard disabled warnings.
Tristan Gingold
2019-01-04
1
-5
/
+10
*
trans-chap7: fix translation of aggregate element in named aggregates.
Tristan Gingold
2019-01-04
1
-47
/
+89
*
Remove unused is_ref for choices. Adjust.
Tristan Gingold
2019-01-02
2
-8
/
+0
*
sem_expr: do not reorder choices, adjust for consequences.
Tristan Gingold
2019-01-02
1
-7
/
+10
*
trans-chap12 (write_file_list): return if the file cannot be open.
Tristan Gingold
2018-12-29
1
-0
/
+1
*
iir_kind_selected_element: use Named_Entity for homogeneity.
Tristan Gingold
2018-12-18
2
-62
/
+3
*
translate: handle unbounded aggregate as initial value.
Tristan Gingold
2018-12-16
1
-10
/
+24
*
Rename overloaded Load_File and export it to python.
Tristan Gingold
2018-12-13
1
-2
/
+2
*
translation: avoid crash after error in VHPIDIRECT extraction.
Tristan Gingold
2018-12-12
1
-0
/
+3
*
Preliminary support of dynamically unbounded elements in aggregates.
Tristan Gingold
2018-12-12
4
-304
/
+475
*
translate: renaming of Kind_Expr/Get_Ortho_Expr.
Tristan Gingold
2018-12-11
9
-42
/
+41
[next]