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
*
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
*
Fix regressions after previous commit.
Tristan Gingold
2020-03-01
1
-0
/
+5
*
vhdl: a function call is not an object. Fix #1138.
Tristan Gingold
2020-03-01
2
-14
/
+29
*
vhdl-parse: avoid error cascade for 'subtype before 08.
Tristan Gingold
2020-03-01
1
-1
/
+0
*
vhdl-parse: improve error messages and recovery.
Tristan Gingold
2020-02-27
1
-8
/
+46
*
vhdl: recognize conversion functions from std_logic_1164
Tristan Gingold
2020-02-18
2
-0
/
+49
*
vhdl-sem_scopes: handle anonymous signal declarations.
Tristan Gingold
2020-02-18
1
-1
/
+2
*
vhdl-configuration: ignore configuration for top_level_entity.
Tristan Gingold
2020-02-18
1
-4
/
+4
*
vhdl-sem_assocs: recurse for individual associations.
Tristan Gingold
2020-02-17
1
-23
/
+64
*
vhdl-parse: improve recovery for incorrect end identifier.
Tristan Gingold
2020-02-13
1
-8
/
+27
*
vhdl-sem_expr: avoid a crash on incorrect qualified expr.
Tristan Gingold
2020-02-13
1
-0
/
+6
*
translate: refine condition. Fix #1125
Tristan Gingold
2020-02-11
1
-1
/
+1
*
vhdl-sem_names: improve error location.
Tristan Gingold
2020-02-04
1
-1
/
+1
*
vhdl-sem: improve error location for unknown entity.
Tristan Gingold
2020-02-04
1
-1
/
+1
*
vhdl-sem_expr: avoid a crash on invalid attribute name.
Tristan Gingold
2020-02-04
1
-1
/
+1
*
vhdl-scanner: improve error message for empty quote.
Tristan Gingold
2020-02-04
1
-0
/
+6
*
testsuite/gna: add a test for previous commit.
Tristan Gingold
2020-02-04
1
-0
/
+4
*
vhdl-sem_utils: handle non-object interface for
Tristan Gingold
2020-02-04
1
-4
/
+6
*
vhdl-sem_expr: avoid a crash on invalid input.
Tristan Gingold
2020-02-04
1
-0
/
+5
*
configuration: allow hex-string for generic override. Fix #1117
Tristan Gingold
2020-02-02
1
-17
/
+86
*
trans-chap8: handle vector in aggregate target for variable assignments.
Tristan Gingold
2020-02-02
1
-23
/
+47
*
vhdl-sem_assocs: check conversion functions have only one parameter.
Tristan Gingold
2020-02-02
1
-0
/
+8
*
vhdl-sem_assocs: check that interface of function conv is a constant.
Tristan Gingold
2020-02-01
1
-1
/
+14
*
vhdl-sem_assocs: minor rework.
Tristan Gingold
2020-02-01
1
-32
/
+32
*
trans-chap8: optimize assignment for non-overlapping targets.
Tristan Gingold
2020-01-31
1
-11
/
+108
*
synth: handle some rotation and shifts. Fix #1077
Tristan Gingold
2020-01-30
2
-0
/
+49
*
ghdlcomp: renaming; allow files in any order for --synth.
Tristan Gingold
2020-01-30
1
-1
/
+1
*
translate: add Convert_Array_Base. For #1038
Tristan Gingold
2020-01-27
3
-8
/
+29
*
synth: handle matching comparisons. Fix #1109
Tristan Gingold
2020-01-24
2
-0
/
+162
*
vhdl-sem_inst: recompute subprogram hash after instantiation.
Tristan Gingold
2020-01-22
1
-0
/
+6
*
synth: add id_abs gate. For #1101
Tristan Gingold
2020-01-20
2
-0
/
+11
*
synth: handle more signed operations. For #1101
Tristan Gingold
2020-01-19
2
-6
/
+10
*
synth: handle deferred constants. Fix #1096
Tristan Gingold
2020-01-16
1
-0
/
+3
*
vhdl: relax rule for choice expression staticness.
Tristan Gingold
2020-01-15
1
-0
/
+9
*
vhdl: recognize predefined shift operators for ieee.numeric_std. For #1077
Tristan Gingold
2020-01-11
2
-6
/
+39
*
synth: handle ieee.math_real.round Fix #1075
Tristan Gingold
2020-01-10
2
-0
/
+3
*
synth: simplify support of inertial associations.
Tristan Gingold
2020-01-09
2
-1
/
+5
*
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
[next]