index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
synth-vhdl_expr.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth: handle record conversion
Tristan Gingold
2022-10-14
1
-0
/
+3
*
synth-vhdl_expr: support alias in indexed names
Tristan Gingold
2022-10-14
1
-1
/
+2
*
simul: handle last_event and last_active
Tristan Gingold
2022-10-13
1
-0
/
+14
*
synth: fix crashes on scalar attribute with anonymous subtype.
Tristan Gingold
2022-10-10
1
-2
/
+2
*
synth: avoid crash on invalid hdl in psl. Fix #2204
Tristan Gingold
2022-10-03
1
-13
/
+34
*
synth: avoid a crash on literal overflow
Tristan Gingold
2022-10-01
1
-1
/
+10
*
synth: handle float-float conversions
Tristan Gingold
2022-09-30
1
-3
/
+14
*
simul: handle quiet attribute
Tristan Gingold
2022-09-29
1
-3
/
+15
*
synth: handle guard signal in debugger
Tristan Gingold
2022-09-28
1
-0
/
+1
*
simul: handle last_value attribute
Tristan Gingold
2022-09-28
1
-0
/
+7
*
synth: handle guard signal in expressions
Tristan Gingold
2022-09-28
1
-0
/
+1
*
synth: improve error checks (type conversion, string literals)
Tristan Gingold
2022-09-25
1
-30
/
+26
*
synth: rework error procedure, always pass the instance
Tristan Gingold
2022-09-25
1
-48
/
+52
*
synth: handle attribute names
Tristan Gingold
2022-09-25
1
-13
/
+16
*
synth: rename vhdl.annotations to elab.vhdl_annotations
Tristan Gingold
2022-09-19
1
-1
/
+2
*
simul: handle type conversions in port associations
Tristan Gingold
2022-09-18
1
-38
/
+36
*
synth: preliminary work to factorize code
Tristan Gingold
2022-09-16
1
-1
/
+2
*
simul: handle active attribute
Tristan Gingold
2022-09-16
1
-1
/
+7
*
synth: handle val attribute for static bit/logic values
Tristan Gingold
2022-09-16
1
-0
/
+3
*
synth: improve handling of complex types
Tristan Gingold
2022-09-15
1
-2
/
+3
*
synth: add bounds check for float-integer type conversion
Tristan Gingold
2022-09-12
1
-2
/
+21
*
synth: handle succ,pred,leftof,rightof attributes
Tristan Gingold
2022-09-12
1
-0
/
+95
*
synth: fix and add checks for memory management.
Tristan Gingold
2022-09-10
1
-1
/
+2
*
elab-vhdl_values: factorize code
Tristan Gingold
2022-09-07
1
-1
/
+1
*
synth: use areapools
Tristan Gingold
2022-09-02
1
-7
/
+15
*
synth: handle type left/right attributes
Tristan Gingold
2022-08-25
1
-0
/
+14
*
synth: factorize code for synth_subtype_conversion
Tristan Gingold
2022-08-21
1
-16
/
+6
*
elab-vhdl_expr: factorize code
Tristan Gingold
2022-08-19
1
-3
/
+0
*
synth-vhdl_expr: optimize record with one element.
Tristan Gingold
2022-08-16
1
-3
/
+3
*
synth-vhdl_expr: add support for branch quantities
Tristan Gingold
2022-07-28
1
-0
/
+1
*
synth: add hook for dot attribute
Tristan Gingold
2022-07-24
1
-3
/
+9
*
synth-vhdl_expr: add hook for quantities
Tristan Gingold
2022-07-20
1
-11
/
+22
*
Fix access check failed from iir_kind_selected_element (#2132)
Michael Nolan
2022-07-12
1
-0
/
+1
*
vhdl-annotations: avoid a crash with subtype attribute in array.
Tristan Gingold
2022-06-09
1
-2
/
+5
*
synth-vhdl_expr.adb: use base type for indexed names. Fix #2083
Tristan Gingold
2022-06-08
1
-1
/
+2
*
synth-vhdl_expr: add an hook for signal attributes
Tristan Gingold
2022-06-08
1
-0
/
+6
*
synth-vhdl_eval: handle more operations
Tristan Gingold
2022-06-05
1
-1
/
+2
*
synth-vhdl_expr: adjust max computation for memidx. Fix #2073
Tristan Gingold
2022-06-05
1
-1
/
+1
*
synth-vhdl_expr: do not abort on array subtype conversion
Tristan Gingold
2022-06-04
1
-0
/
+3
*
synth-vhdl_eval: handle more operations
Tristan Gingold
2022-05-29
1
-1
/
+1
*
synth-vhdl_oper: add hook for falling edge, handle aliases.
Tristan Gingold
2022-05-29
1
-3
/
+8
*
elab-vhdl_objtypes: use value_offsets for record elements offset.
Tristan Gingold
2022-05-24
1
-6
/
+7
*
synth: use same elements for unbounded arrays and vectors
Tristan Gingold
2022-05-22
1
-2
/
+3
*
synth: merge value for type_vector and type_array
Tristan Gingold
2022-05-22
1
-1
/
+1
*
synth: use unidimentional arrays in type_acc. Factorize code.
Tristan Gingold
2022-05-22
1
-345
/
+103
*
synth-vhdl_expr: avoid a memocy copy
Tristan Gingold
2022-05-21
1
-3
/
+7
*
synth-vhdl_expr: add an hook to get the value of a signal
Tristan Gingold
2022-05-12
1
-0
/
+3
*
synth: avoid a crash after an error
Tristan Gingold
2022-04-29
1
-0
/
+15
*
synth: do not add info for element subtype (except for arrays).
Tristan Gingold
2022-04-05
1
-1
/
+2
*
synth-vhdl_expr: minor refactoring - add comments
Tristan Gingold
2022-03-20
1
-16
/
+34
[next]