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
*
synth-decls: handle unbounded record subtypes. Fix #1324
Tristan Gingold
2020-05-19
1
-12
/
+13
*
vhdl-nodes: Rename and move shift/rotate predefined functions. Fix #1325
Tristan Gingold
2020-05-19
2
-17
/
+17
*
vhdl-sem_psl: handle equal/goto repeat seq. Fix #1321
Tristan Gingold
2020-05-18
1
-1
/
+3
*
synth: handle functional call to numeric_std binary operators. For #1313
Tristan Gingold
2020-05-16
1
-24
/
+33
*
trans-chap3: factorize code.
Tristan Gingold
2020-05-15
1
-11
/
+1
*
vhdl-utils: factorize Get_File_Signature.
Tristan Gingold
2020-05-15
4
-134
/
+113
*
vhdl-configuration: handle overrides of slv. Fix #1298
Tristan Gingold
2020-05-13
1
-1
/
+15
*
trans-chap7: add a comment.
Tristan Gingold
2020-05-13
1
-0
/
+3
*
trans-chap5: handle record subtypes in port association.
Tristan Gingold
2020-05-13
1
-13
/
+22
*
trans-chap7: Translate_Equality: also convert to base type for records.
Tristan Gingold
2020-05-13
3
-26
/
+51
*
vhdl: translate_record_subtype: inherit from parent type
Tristan Gingold
2020-05-12
1
-18
/
+24
*
synth: correctly quote nets name in error messages.
Tristan Gingold
2020-05-09
1
-1
/
+1
*
vhdl-sem_psl: handle next_event_a and next_event_e. Fix #1292
Tristan Gingold
2020-05-09
1
-0
/
+5
*
Add handling of N_Next_E in PSL semantic pass
tmeissner
2020-05-08
1
-1
/
+1
*
vhdl-sem_expr: improve support of vhdl-08 aggregates. Fix #1282
Tristan Gingold
2020-05-05
1
-24
/
+37
*
vhdl-evaluation: handle record equality. For #1283
Tristan Gingold
2020-05-05
1
-5
/
+127
*
vhdl-sem_names: handle deference in create_list_of_types.
Tristan Gingold
2020-05-02
1
-1
/
+2
*
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
*
vhdl: fix handling of types name in name attributes. Fix #1268
Tristan Gingold
2020-04-27
2
-9
/
+23
*
vhdl: avoid crash on incorrect type mark in subtype indication.
Tristan Gingold
2020-04-27
3
-10
/
+21
*
vhdl: minimal support of interface package in entities. For #1262
Tristan Gingold
2020-04-27
8
-21
/
+47
*
psl: keep locations.
Tristan Gingold
2020-04-26
1
-4
/
+6
*
vhdl: avoid crash on indexed library declaration.
Tristan Gingold
2020-04-23
1
-4
/
+3
*
evaluation: weaken error for out of bound static value.
Tristan Gingold
2020-04-22
3
-9
/
+12
*
find_top_entity: add location to report errors. Fix #1254
Tristan Gingold
2020-04-22
5
-40
/
+54
*
translate: fix handling of nested generic package. Fix #1246
Tristan Gingold
2020-04-20
1
-8
/
+13
*
vhdl: allow attribute specifications in protected types. For #1252
Tristan Gingold
2020-04-20
5
-319
/
+332
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
27
-218
/
+212
*
vhdl-evaluation: remove some cascaded errors.
Tristan Gingold
2020-04-18
4
-27
/
+31
*
vhdl-prints: handle evaluated expression for qualified_expression.
Tristan Gingold
2020-04-18
3
-16
/
+52
*
vhdl-sem_expr: report during analysis out-of-range qualified expressions.
Tristan Gingold
2020-04-18
1
-0
/
+3
*
vhdl-evaluation: static out of bounds values are now a warning. For #1237
Tristan Gingold
2020-04-17
2
-10
/
+17
*
vhdl: reject top-level entities with a type generic. Fix #1236
Tristan Gingold
2020-04-17
1
-5
/
+16
*
vhdl: handling attribute specification in instantiations. Fix #1229
Tristan Gingold
2020-04-16
2
-4
/
+42
*
vhdl: avoid a crash after an error.
Tristan Gingold
2020-04-14
1
-1
/
+4
*
vhdl: avoid a crash in case of outdated package body.
Tristan Gingold
2020-04-12
1
-1
/
+3
*
synth-oper: recognize more operations from std_logic_arith.
Tristan Gingold
2020-04-12
3
-0
/
+105
*
vhdl: recognize math_real.floor. For #1210
Tristan Gingold
2020-04-11
2
-0
/
+3
*
vhdl: handle pragma synthesis_on/synthesis_off.
Tristan Gingold
2020-04-11
1
-7
/
+9
*
vhdl: recognize ext/sxt from std_logic_arith.
Tristan Gingold
2020-04-11
2
-0
/
+13
*
vhdl: recognize comparaison of std_logic_arith.
Tristan Gingold
2020-04-11
2
-0
/
+161
*
vhdl: fix crash on vhdl08 sub-sub index constraint. For #1191
Tristan Gingold
2020-04-07
3
-4
/
+5
*
vhdl: add scalar_size. Size of scalar types is computed during analysis.
Tristan Gingold
2020-04-06
14
-296
/
+449
*
grt: slightly simplify the interface.
Tristan Gingold
2020-04-02
1
-3
/
+3
*
vhdl-sem: add a todo note.
Tristan Gingold
2020-03-31
1
-0
/
+1
*
vhdl-sem_assocs: report all errors on incorrect formals.
Tristan Gingold
2020-03-31
1
-1
/
+1
*
synth: fix handling of subtype indication in object aliases for vhdl 2008.
Tristan Gingold
2020-03-29
1
-1
/
+4
*
vhdl: recognize reduce functions in std_logic_misc.
Tristan Gingold
2020-03-28
4
-1
/
+142
*
vhdl-sem_names: improve error message for -fsynopsys.
Tristan Gingold
2020-03-26
1
-1
/
+2
[next]