index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl: recognize numeric_bit.to_unsigned
Tristan Gingold
2022-05-31
4
-5
/
+57
*
vhdl-nodes: move maximum/minimum out of predefined operator range
Tristan Gingold
2022-05-30
1
-27
/
+27
*
synth-vhdl_eval: handle more operations
Tristan Gingold
2022-05-29
2
-6
/
+9
*
vhdl: recognize subprograms from std.env
Tristan Gingold
2022-05-29
4
-0
/
+98
*
vhdl-canon: add Canon_Add_Suspend_State
Tristan Gingold
2022-05-26
9
-197
/
+501
*
vhdl-annotations: annotate procedure call associations
Tristan Gingold
2022-05-25
1
-14
/
+47
*
vhdl: move Is_Copyback_Parameter to vhdl-utils
Tristan Gingold
2022-05-25
2
-0
/
+14
*
synth: merge value for type_vector and type_array
Tristan Gingold
2022-05-22
1
-6
/
+6
*
vhdl-canon: remove unused canon_flag_inertial_associations
Tristan Gingold
2022-05-20
1
-4
/
+0
*
vhdl-nodes: remove unused fields for procedure declarations
Tristan Gingold
2022-05-17
2
-219
/
+212
*
vhdl: add suspend state pseudo decl and stmt. WIP.
Tristan Gingold
2022-05-17
7
-214
/
+264
*
vhdl-canon: refactoring.
Tristan Gingold
2022-05-16
2
-31
/
+87
*
vhdl-sem_specs: use by_name assoc for port default association
Tristan Gingold
2022-05-16
1
-1
/
+5
*
trans_analyzes: add support for all processes
Tristan Gingold
2022-05-15
1
-85
/
+116
*
vhdl-errors(disp_node): change message for generate body
Tristan Gingold
2022-05-14
1
-1
/
+1
*
fix: avoid "pragma Unreferenced given" warnings with GCC 12
Xiretza
2022-05-14
1
-1
/
+1
*
fix: avoid "unnecessary with of ancestor [-gnatwr]" with GCC 12
Xiretza
2022-05-14
1
-1
/
+1
*
vhdl-canon: export extract_waveform_sensitivity
Tristan Gingold
2022-05-12
1
-2
/
+5
*
trans_analyzes.adb: reindent
Tristan Gingold
2022-05-12
1
-3
/
+2
*
vhdl: consider fully static record aggregates. Fix #2051
Tristan Gingold
2022-05-07
4
-26
/
+83
*
vhdl-sem.adb(are_trees_equal): handle selected element. Fix #2050
Tristan Gingold
2022-05-06
1
-0
/
+4
*
vhdl-sem_names: second fix for #2048
Tristan Gingold
2022-05-03
1
-1
/
+2
*
vhdl-sem_names(sem_selected_by_all_name): avoid a crash
Tristan Gingold
2022-05-02
1
-0
/
+4
*
vhdl-sem_assocs: avoid a crash after forced analysis
Tristan Gingold
2022-05-02
1
-0
/
+5
*
vhdl-annotations: do not annotate type for signal attributes
Tristan Gingold
2022-04-29
1
-2
/
+0
*
vhdl-nodes: reorder, add iir_kinds_structural_statement
Tristan Gingold
2022-04-29
1
-9
/
+17
*
synth: renaming (synth-static_oper -> synth-vhdl_eval)
Tristan Gingold
2022-04-27
1
-5
/
+4
*
vhdl-sem_expr: minor renaming
Tristan Gingold
2022-04-27
1
-3
/
+6
*
vhdl-sem_expr: add a comment
Tristan Gingold
2022-04-27
1
-0
/
+21
*
synth-static_oper: handle bit/boolean array element operations
Tristan Gingold
2022-04-27
1
-3
/
+3
*
vhdl: handle static expressions with ieee operations
Tristan Gingold
2022-04-26
2
-12
/
+370
*
vhdl: avoid a crash after errors in associations for packages
Tristan Gingold
2022-04-22
3
-96
/
+115
*
vhdl-sem_names.adb: avoid a crash on incorrect type mark
Tristan Gingold
2022-04-20
2
-1
/
+12
*
trans-chap2.adb: adjust owner_subtype for instantiations. Fix #2026
Tristan Gingold
2022-04-15
2
-0
/
+39
*
vhdl-sem_names(sem_check_all_sensitized): only consider interface signal
Tristan Gingold
2022-04-15
2
-3
/
+14
*
synth: handle type declarations in vunit. Fix #2034
Tristan Gingold
2022-04-13
3
-1
/
+5
*
synth: add support for subtype declaration in vunits. Fix #2033
Tristan Gingold
2022-04-13
3
-232
/
+241
*
vhdl-sem.adb: adjust location of error message. Fix #2031
Tristan Gingold
2022-04-11
1
-1
/
+1
*
synth: do not add info for element subtype (except for arrays).
Tristan Gingold
2022-04-05
2
-31
/
+22
*
translate: adjust null access check: add an explicit check.
Tristan Gingold
2022-03-26
3
-31
/
+52
*
trans-chap6: add an explicit memory access during fat access deference
Tristan Gingold
2022-03-25
1
-0
/
+10
*
grt: extract grt-vhdl_types from grt-types
Tristan Gingold
2022-03-22
1
-0
/
+2
*
vhdl-19: analyze return identifier
Tristan Gingold
2022-03-16
1
-0
/
+18
*
vhdl: check access type restrictions also on completion. Fix #2006
Tristan Gingold
2022-03-13
3
-25
/
+32
*
vhdl: check association restrictions for operators. Fix #1999
Tristan Gingold
2022-03-11
3
-170
/
+181
*
vhdl-sem_names: fix a crash with select of element attribute. Fix #1992
Tristan Gingold
2022-03-04
1
-1
/
+2
*
vhdl: parse return identifier (v19)
Tristan Gingold
2022-03-04
5
-210
/
+284
*
vhdl-sem_decls: allow out/inout parameters to impure function in VHDL-2019
Xiretza
2022-03-01
1
-3
/
+15
*
vhdl-sem_types: allow methods to return file and protected types in -2019
Xiretza
2022-03-01
1
-1
/
+3
*
vhdl-sem_types: allow file and protected type access types in -2019
Xiretza
2022-03-01
1
-7
/
+12
[next]