index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
translate
Commit message (
Expand
)
Author
Age
Files
Lines
*
ortho: add a length parameter to start_array_aggr.
Tristan Gingold
2020-05-28
6
-59
/
+44
*
trans-chap3: factorize code.
Tristan Gingold
2020-05-15
1
-11
/
+1
*
vhdl-utils: factorize Get_File_Signature.
Tristan Gingold
2020-05-15
1
-68
/
+0
*
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
1
-26
/
+36
*
vhdl: translate_record_subtype: inherit from parent type
Tristan Gingold
2020-05-12
1
-18
/
+24
*
vhdl: minimal support of interface package in entities. For #1262
Tristan Gingold
2020-04-27
5
-17
/
+37
*
evaluation: weaken error for out of bound static value.
Tristan Gingold
2020-04-22
2
-8
/
+10
*
find_top_entity: add location to report errors. Fix #1254
Tristan Gingold
2020-04-22
1
-2
/
+2
*
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
1
-1
/
+3
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
8
-44
/
+42
*
vhdl-evaluation: static out of bounds values are now a warning. For #1237
Tristan Gingold
2020-04-17
1
-7
/
+11
*
vhdl: fix crash on vhdl08 sub-sub index constraint. For #1191
Tristan Gingold
2020-04-07
2
-3
/
+3
*
vhdl: add scalar_size. Size of scalar types is computed during analysis.
Tristan Gingold
2020-04-06
5
-55
/
+25
*
trans-chap7: minor renaming.
Tristan Gingold
2020-03-14
1
-5
/
+5
*
psl: keep denoting names in the PSL ast.
Tristan Gingold
2020-03-13
1
-1
/
+2
*
translate: refine condition. Fix #1125
Tristan Gingold
2020-02-11
1
-1
/
+1
*
trans-chap8: handle vector in aggregate target for variable assignments.
Tristan Gingold
2020-02-02
1
-23
/
+47
*
trans-chap8: optimize assignment for non-overlapping targets.
Tristan Gingold
2020-01-31
1
-11
/
+108
*
translate: add Convert_Array_Base. For #1038
Tristan Gingold
2020-01-27
3
-8
/
+29
*
vhdl/translate: handle implicit record-record conversions.
Tristan Gingold
2020-01-06
1
-12
/
+1
*
vhdl/translate: minor refactoring.
Tristan Gingold
2020-01-06
2
-42
/
+43
*
vhdl: fix multiple reference in trans-chap3.
Tristan Gingold
2020-01-06
1
-2
/
+6
*
vhdl/translate: handle more partially constrained array subtypes. For #1038
Tristan Gingold
2020-01-06
3
-6
/
+10
*
vhdl: handle untranslated subtypes for record aggregates. Fix #1051
Tristan Gingold
2020-01-02
1
-3
/
+12
*
ams-vhdl: add frequency function, minor fixes.
Tristan Gingold
2019-12-30
1
-1
/
+2
*
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Tristan Gingold
2019-12-28
5
-6
/
+10
*
vhdl: recognize intrinsic procedures in vhdl-sem_specs.
Tristan Gingold
2019-11-23
1
-21
/
+0
*
synth: preliminary work to support intrinsic procedures.
Tristan Gingold
2019-11-14
1
-0
/
+21
*
vhdl/translate: elaborate dependencies of configurations. Fix #984
Tristan Gingold
2019-10-24
1
-0
/
+4
*
vhdl: handle P32 in connect_scalar. Fix #918
Tristan Gingold
2019-09-05
1
-1
/
+2
*
ignore restrict in simulation (#897)
Pepijn de Vos
2019-08-20
2
-18
/
+17
*
vhdl: handle subtype indication (with range) in discrete_range.
Tristan Gingold
2019-08-10
1
-0
/
+1
*
vhdl: remove severity from cover, report and severity from assume.
Tristan Gingold
2019-08-08
2
-6
/
+26
*
Add support for PSL assumptions, used in formal verification (#880)
Pepijn de Vos
2019-08-07
5
-12
/
+37
*
ghdlsynth: check top entity can be a top entity.
Tristan Gingold
2019-07-14
1
-1
/
+1
*
vhdl: refactoring: remove configure function with string access.
Tristan Gingold
2019-07-14
1
-11
/
+13
*
vhdl/translate: reindent.
Tristan Gingold
2019-07-04
1
-1
/
+1
*
vhdl: rename Cover_Statement to Cover_Directive.
Tristan Gingold
2019-07-04
2
-12
/
+12
*
vhdl: translate anonymous_signal_declaration.
Tristan Gingold
2019-07-03
1
-8
/
+2
*
vhdl: add anonymous_signal_declaration.
Tristan Gingold
2019-07-03
5
-11
/
+28
*
Error_Msg_Option: do not raise exception.
Tristan Gingold
2019-06-25
1
-6
/
+6
*
vhdl: renames disp_vhdl to prints
Tristan Gingold
2019-05-30
1
-2
/
+2
*
trans-chap8: reverse_range returns false for is_for_loop_iterator_stable.
Tristan Gingold
2019-05-28
1
-20
/
+23
*
trans-chap3: improve style.
Tristan Gingold
2019-05-23
1
-3
/
+2
*
Add simple_IO - to be used instead of Text_IO.
Tristan Gingold
2019-05-19
4
-18
/
+11
*
trans-chap8: handle unbounded records in trans_actual. Fix #788
Tristan Gingold
2019-05-15
1
-1
/
+1
*
vhdl: decouple errorouts a bit more.
Tristan Gingold
2019-05-10
1
-4
/
+4
[next]