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
*
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
*
vhdl: move get_subprogram_body_origin to vhdl-sem_inst.
Tristan Gingold
2020-03-24
4
-18
/
+30
*
vhdl-scanner: handle pragma translate on/off.
Tristan Gingold
2020-03-22
1
-13
/
+26
*
synth: handle ieee.numeric_std.to_01
Tristan Gingold
2020-03-22
2
-0
/
+28
*
vhdl: recognize minimum/maximum in numeric_std. For #1168
Tristan Gingold
2020-03-21
2
-0
/
+54
*
vhdl-sem_assocs: remove duplicate error message for non-existing interface.
Tristan Gingold
2020-03-21
1
-8
/
+0
*
vhdl-sem_expr: fix a wrong check in choices. For #1161
Tristan Gingold
2020-03-19
1
-0
/
+5
*
trans-chap7: minor renaming.
Tristan Gingold
2020-03-14
1
-5
/
+5
*
synth: handle more operations from synsopsys packages.
Tristan Gingold
2020-03-14
2
-24
/
+41
*
vhdl-ieee-std_logic_arith: fix warnings.
Tristan Gingold
2020-03-14
1
-12
/
+5
*
vhdl: recognize more std_logic_arith operations.
Tristan Gingold
2020-03-13
2
-2
/
+175
*
vhdl-scanner: abstract Scan_Comment_Pragma
Tristan Gingold
2020-03-13
1
-32
/
+40
*
psl: keep denoting names in the PSL ast.
Tristan Gingold
2020-03-13
7
-15
/
+35
*
vhdl-sem_lib: also disable warnings when parsing
Tristan Gingold
2020-03-11
1
-10
/
+17
*
vhdl-ieee-std_logic_arith: recognize more conversions.
Tristan Gingold
2020-03-11
2
-1
/
+14
*
vhdl-ieee-std_logic_unsigned: recognize more operations.
Tristan Gingold
2020-03-11
1
-0
/
+16
*
vhdl: recognize mod/rem operators.
Tristan Gingold
2020-03-10
2
-0
/
+54
*
synthesis: add option --vendor-library= for synthesis.
Tristan Gingold
2020-03-10
7
-226
/
+284
*
synth: avoid crash on bad elaboration order.
Tristan Gingold
2020-03-09
1
-1
/
+3
*
vhdl-formatters: minor refactoring.
Tristan Gingold
2020-03-09
1
-19
/
+26
*
vhdl-configuration: avoid crash on parse error.
Tristan Gingold
2020-03-07
1
-2
/
+5
*
vhdl-parse: avoid resync_to_end_of_statement.
Tristan Gingold
2020-03-06
1
-0
/
+2
*
vhdl: avoid a crash on extra string.
Tristan Gingold
2020-03-06
1
-1
/
+4
*
vhdl-sem_stmts: improve error message for signal assignment.
Tristan Gingold
2020-03-06
1
-0
/
+9
*
vhdl-errors: give an hint for -frelaxed. Fix #1152
Tristan Gingold
2020-03-06
1
-0
/
+10
*
vhdl: merge synopsys into the ieee libraries. For #980
Tristan Gingold
2020-03-04
1
-20
/
+28
*
vhdl-prints: disable code to display anonymous signal.
Tristan Gingold
2020-03-02
1
-2
/
+10
[next]