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-parse: handle inside comments
Tristan Gingold
2022-11-21
1
-0
/
+31
*
vhdl-prints: add an option to display comments
Tristan Gingold
2022-11-20
2
-2
/
+58
*
pyGHDL: add file_comments.py
Tristan Gingold
2022-11-20
2
-2
/
+18
*
Add an API to gather comments.
Tristan Gingold
2022-11-20
4
-4
/
+90
*
vhdl-evaluation(build_array_choices_vector): handle vhdl-08 aggregates.
Tristan Gingold
2022-11-16
3
-47
/
+61
*
vhdl-sem_expr: fix aggregate index for vhdl-08
Tristan Gingold
2022-11-16
1
-13
/
+42
*
vhdl-sem_expr: fix a crash after error. Fix #2239
Tristan Gingold
2022-11-08
1
-0
/
+2
*
vhdl/translate: handle predefined operators as conversion functions
Tristan Gingold
2022-11-07
3
-44
/
+73
*
vhdl-sem_expr(sem_qualified_expression): relax staticness rules.
Tristan Gingold
2022-11-02
1
-1
/
+11
*
vhdl-sem_names(sem_name_free): handle iir_kind_slice_name. For #2233
Tristan Gingold
2022-10-29
1
-0
/
+1
*
vhdl-evaluation: handle to_string_digits. For #2233
Tristan Gingold
2022-10-29
1
-5
/
+50
*
vhdl-sem_assocs: handle association with external signal names.
Tristan Gingold
2022-10-18
4
-63
/
+77
*
vhdl-sem_expr.adb: avoid crash after error on aggregate. Fix #2218
Tristan Gingold
2022-10-16
1
-0
/
+6
*
vhdl-sem_expr.adb(is_string_type): check character type.
Tristan Gingold
2022-10-16
1
-1
/
+3
*
vhdl-parse.adb: handle external names as assignment target.
Tristan Gingold
2022-10-14
1
-2
/
+4
*
vhdl-canon: avoid a crash on optionnal condition. Fix #2212
Tristan Gingold
2022-10-10
1
-1
/
+1
*
vhdl-sem.adb(are_trees_equal): handle parenthesis expressions.
Tristan Gingold
2022-10-08
1
-0
/
+4
*
translate, grt: add lib function for div and rem.
Tristan Gingold
2022-10-02
3
-8
/
+84
*
synth: handle read for floats
Tristan Gingold
2022-09-30
1
-8
/
+12
*
vhdl-canon: extract guard for signal assignment sensitivity
Tristan Gingold
2022-09-29
1
-1
/
+15
*
vhdl-sem: avoid a crash after error. Fix #2201
Tristan Gingold
2022-09-28
1
-0
/
+1
*
synth: rework error procedure, always pass the instance
Tristan Gingold
2022-09-25
1
-2
/
+2
*
vhdl-sem_decls: handle protected type subtypes
Tristan Gingold
2022-09-25
1
-1
/
+4
*
vhdl-sem_names: handle architecture bodies in sem_denoting_name
Tristan Gingold
2022-09-25
1
-1
/
+2
*
synth: rename vhdl.annotations to elab.vhdl_annotations
Tristan Gingold
2022-09-19
2
-1698
/
+0
*
synth: rework subprogram associations (WIP)
Tristan Gingold
2022-09-19
1
-1
/
+3
*
synth: factorize code (reuse synth_constant_declaration)
Tristan Gingold
2022-09-17
1
-2
/
+0
*
synth: handle vhdl-87 files
Tristan Gingold
2022-09-15
1
-2
/
+8
*
synth: handle access subtypes
Tristan Gingold
2022-09-15
1
-1
/
+1
*
trans-chap7: fix choice of exp. Fix #2189
Tristan Gingold
2022-09-15
1
-3
/
+3
*
simul: add support for protected objects
Tristan Gingold
2022-09-08
1
-1
/
+1
*
synth: use areapools
Tristan Gingold
2022-09-02
2
-4
/
+3
*
vhdl-sem_assocs: improve error message
Tristan Gingold
2022-08-25
1
-1
/
+1
*
vhdl-prints: improve handling of PSL. For #2178
Tristan Gingold
2022-08-15
1
-5
/
+75
*
vhdl: add iir_kind_psl_boolean_parameter node. For #2178
Tristan Gingold
2022-08-15
13
-226
/
+292
*
vhdl: recognize log10 and sqrt from math_real. Fix #2176
Tristan Gingold
2022-08-14
1
-0
/
+4
*
trans-chap3: fix invalid copy of element layout. For #2166
Tristan Gingold
2022-08-12
1
-2
/
+4
*
vhdl: add support for file subtype. Fix #2174
Tristan Gingold
2022-08-11
12
-262
/
+329
*
vhdl-sem_stmts: handle external signal names in force assign. Fix #2173
Tristan Gingold
2022-08-11
1
-1
/
+5
*
vhdl-parse.adb: parse pathname expression
Tristan Gingold
2022-08-11
1
-0
/
+10
*
vhdl-sem_stmts.adb: handle signal assignment to external names. Fix #2172
Tristan Gingold
2022-08-11
1
-0
/
+4
*
vhdl-sem_expr: fix a crash on invalid aggregate. Fix #2131
Tristan Gingold
2022-08-11
1
-15
/
+30
*
trans-chap5: handle inertial individual association. Fix #2118
Tristan Gingold
2022-08-11
1
-13
/
+20
*
vhdl-sem_expr: add an error message for unbounded element aggregate.
Tristan Gingold
2022-08-11
1
-7
/
+12
*
trans-chap7: handle concat of unbounded elements. Fix #2055
Tristan Gingold
2022-08-11
1
-33
/
+58
*
vhdl-sem_names: factorize code for element attribute
Tristan Gingold
2022-08-10
1
-56
/
+10
*
trans: rework aggregate. For #2166
Tristan Gingold
2022-08-10
3
-58
/
+65
*
vhdl: add Determined_Aggregate_Flag field. For #2166
Tristan Gingold
2022-08-10
5
-134
/
+177
*
vhdl: add an owner to interface type definition
Tristan Gingold
2022-08-07
6
-187
/
+233
*
vhdl-sem_names.adb(are_types_closely_related): handle vhdl08 definition
Tristan Gingold
2022-08-07
1
-14
/
+24
[next]