index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
vhdl-sem_expr.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl-sem_expr.adb: check matching subtype of array aggregate elements.
Tristan Gingold
2021-08-06
1
-31
/
+67
*
vhdl: adjust ownership of agrgegate element subtypes. Fix #1419
Tristan Gingold
2021-08-05
1
-2
/
+3
*
vhdl-sem_expr: add comments
Tristan Gingold
2021-08-04
1
-0
/
+6
*
vhdl-sem_expr: check subtype constraint of record aggregate elements.
Tristan Gingold
2021-08-04
1
-1
/
+2
*
vhdl-sem_expr.adb: build element subtype for aggregate when possible.
Tristan Gingold
2021-08-03
1
-10
/
+161
*
vhdl-sem_expr: analyze choices before expressions in array aggregate.
Tristan Gingold
2021-07-28
1
-22
/
+39
*
vhdl-sem_expr.adb: detect incorrect static aggregate length mismatch. For #1697
Tristan Gingold
2021-03-30
1
-1
/
+9
*
vhdl-sem_expr.adb: improve fix for #1664
Tristan Gingold
2021-02-27
1
-4
/
+1
*
vhdl-sem_expr: detect incorrect condition for vhdl08. Fix #1664
Tristan Gingold
2021-02-27
1
-0
/
+3
*
vhdl-sem_expr: avoid duplicate error messages for overflow in range
Tristan Gingold
2021-02-11
1
-4
/
+1
*
vhdl-sem_psl: factorize code for onehot/onehot0 and stable/fell/rose.
Tristan Gingold
2021-02-09
1
-12
/
+6
*
Add support for PSL onehot/onehot0 functions (#1633)
T. Meissner
2021-02-09
1
-1
/
+9
*
vhdl-sem_expr: remove assertion and change comment. Fix #1631
Tristan Gingold
2021-02-06
1
-3
/
+4
*
update license headers
umarcor
2021-01-14
1
-11
/
+9
*
src/vhd: remove use of chapter sign in comment to have on ASCII characters
Tristan Gingold
2021-01-09
1
-2
/
+2
*
vhdl-sem_expr: evaluate operands only if the operator result is not static.
Tristan Gingold
2020-09-28
1
-5
/
+13
*
vhdl: evaluate operands of operators, check bounds. For #1475
Tristan Gingold
2020-09-26
1
-11
/
+13
*
translate: improve support of unbounded records and arrays.
Tristan Gingold
2020-07-25
1
-2
/
+4
*
vhdl: replace base_type with parent_type in nodes
Tristan Gingold
2020-07-22
1
-2
/
+1
*
vhdl: improve support of subtype attribute.
Tristan Gingold
2020-07-18
1
-13
/
+11
*
vhdl: add wildcard_psl_boolean. For #1387
Tristan Gingold
2020-07-02
1
-55
/
+92
*
vhdl-sem_expr: fix overload handling for conditional operation
Tristan Gingold
2020-07-02
1
-12
/
+44
*
vhdl-sem_expr: abstract sem_operator_compatibility
Tristan Gingold
2020-07-02
1
-47
/
+72
*
vhdl-sem_expr: improve error message
Tristan Gingold
2020-07-01
1
-1
/
+1
*
vhdl: add missing check_read. Fix #1381
Tristan Gingold
2020-06-25
1
-0
/
+3
*
vhdl: --std93c is now an alias for --std=93 -frelaxed
Tristan Gingold
2020-06-13
1
-1
/
+1
*
vhdl-sem_expr: use -frelaxed for parentheses aggregates. For #1364
Tristan Gingold
2020-06-12
1
-14
/
+39
*
vhdl: handle aggregates in choices. Fix #1360
Tristan Gingold
2020-06-09
1
-0
/
+7
*
Add PSL built-in prev() function to allowed expressions
tmeissner
2020-06-07
1
-0
/
+1
*
Synthesis of PSL built-in fell() function.
tmeissner
2020-06-07
1
-1
/
+5
*
Synthesis of PSL built-in rose() function.
tmeissner
2020-06-06
1
-1
/
+5
*
Synthesis of PSL stable() function.
tmeissner
2020-06-06
1
-1
/
+5
*
Synthesis of PSL prev function.
Tristan Gingold
2020-06-02
1
-9
/
+77
*
vhdl-sem_expr: improve support of vhdl-08 aggregates. Fix #1282
Tristan Gingold
2020-05-05
1
-24
/
+37
*
vhdl-sem_expr: fix handling of overload lists in merge_wildcard_type. Fix #1274
Tristan Gingold
2020-05-02
1
-6
/
+11
*
vhdl-sem_expr: fix crash on incorrect aggregate. Fix #1269
Tristan Gingold
2020-04-28
1
-1
/
+2
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
1
-4
/
+4
*
vhdl-evaluation: remove some cascaded errors.
Tristan Gingold
2020-04-18
1
-2
/
+11
*
vhdl-sem_expr: report during analysis out-of-range qualified expressions.
Tristan Gingold
2020-04-18
1
-0
/
+3
*
vhdl-sem_expr: fix a wrong check in choices. For #1161
Tristan Gingold
2020-03-19
1
-0
/
+5
*
vhdl: avoid a crash on extra string.
Tristan Gingold
2020-03-06
1
-1
/
+4
*
vhdl-sem_expr: avoid a crash on incorrect qualified expr.
Tristan Gingold
2020-02-13
1
-0
/
+6
*
vhdl-sem_expr: avoid a crash on invalid attribute name.
Tristan Gingold
2020-02-04
1
-1
/
+1
*
vhdl-sem_expr: avoid a crash on invalid input.
Tristan Gingold
2020-02-04
1
-0
/
+5
*
ams-vhdl: add support for 'delayed for quantity.
Tristan Gingold
2019-12-31
1
-1
/
+2
*
ams-vhdl: handle zoh, ltf and ztf attributes.
Tristan Gingold
2019-12-31
1
-0
/
+3
*
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Tristan Gingold
2019-12-28
1
-5
/
+10
*
vhdl: avoid crash on incorrect unit name.
Tristan Gingold
2019-08-10
1
-4
/
+14
*
vhdl: handle subtype indication (with range) in discrete_range.
Tristan Gingold
2019-08-10
1
-13
/
+19
*
vhdl: remove unused Get/Set_Choice_Order.
Tristan Gingold
2019-08-09
1
-4
/
+0
[next]