index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl-sem_expr: evaluate operands only if the operator result is not static.
Tristan Gingold
2020-09-28
1
-5
/
+13
*
vhdl-evaluation: minor rewrite.
Tristan Gingold
2020-09-28
1
-5
/
+5
*
synth_subtype_conversion: check overflow for discrete types.
Tristan Gingold
2020-09-28
1
-24
/
+31
*
vhdl: evaluate operands of operators, check bounds. For #1475
Tristan Gingold
2020-09-26
2
-14
/
+30
*
synth: minor refactoring. Move In_Bounds/In_Range to synth-objtypes.
Tristan Gingold
2020-09-26
5
-21
/
+23
*
vhdl: analyze subprogram instantiations. WIP. For #1470
Tristan Gingold
2020-09-26
11
-217
/
+390
*
vhdl: parse subprogram instantiations. For #1470
Tristan Gingold
2020-09-24
9
-287
/
+495
*
vhdl-sem_types: fix staticness of 'open' array constraint. Fix #1469
Tristan Gingold
2020-09-21
1
-0
/
+1
*
ghdldrv: adjust style and some error messages.
Tristan Gingold
2020-09-20
7
-141
/
+99
*
cli: rework syntax, add commands without '-' or '--'
umarcor
2020-09-20
9
-136
/
+353
*
synth-disp_vhdl: extend vector conversions (for any range). For #1460
Tristan Gingold
2020-09-20
1
-2
/
+20
*
synth-expr: refine is_positive for wires. For #1460
Tristan Gingold
2020-09-20
1
-2
/
+6
*
synth: handle static resize. For #1460
Tristan Gingold
2020-09-20
3
-0
/
+36
*
synth: handle find_leftmost/find_rigthmost. For #1460
Tristan Gingold
2020-09-19
1
-0
/
+77
*
vhdl: recognize find_leftmost/find_rightmost. For #1460
Tristan Gingold
2020-09-16
4
-1
/
+41
*
vhdl: recognize reduce operations from numeric_std.
Tristan Gingold
2020-09-14
3
-6
/
+86
*
synth: improve support of interface package. For #1460
Tristan Gingold
2020-09-13
3
-66
/
+105
*
vhdl: allow conflict design unit name with -frelaxed
Tristan Gingold
2020-09-12
2
-17
/
+43
*
sem_parenthesis_name: handle more error cases.
Tristan Gingold
2020-09-06
1
-1
/
+5
*
vhdl: sem_parenthesis_name: do not crash on any type attribute. Fix #1456
Tristan Gingold
2020-09-06
1
-18
/
+19
*
netlists-cleanup: do not remove user sub modules. Fix #1454
Tristan Gingold
2020-09-05
1
-3
/
+7
*
synth-static_oper: fix crash on exponential. Fix #1442
Tristan Gingold
2020-08-26
1
-1
/
+1
*
synth: handle evaluated string literals without constraints.
Tristan Gingold
2020-08-26
1
-2
/
+24
*
synth: improve diagnostic for multiple assignment. Fix #1428
Tristan Gingold
2020-08-26
5
-19
/
+191
*
trans-rtis: adjust max_depth of records. For #1404
Tristan Gingold
2020-08-26
1
-3
/
+7
*
grt-disp_signals: add code to display last value (disabled).
Tristan Gingold
2020-08-26
1
-0
/
+8
*
vhdl/translate: handle vhdl-93 'last_value. Fix #1440
Tristan Gingold
2020-08-26
6
-75
/
+207
*
synth-stmts: convert the waveform to the target subtype.
Tristan Gingold
2020-08-25
1
-7
/
+13
*
vhdl-evaluation: make eval_dyadic_bit_array_operator more generic.
Tristan Gingold
2020-08-25
1
-42
/
+71
*
vhdl-sem_names: check name staticness of signal attributes. Fix #1412
Tristan Gingold
2020-08-08
1
-58
/
+79
*
vhdl-canon: minor cleanup.
Tristan Gingold
2020-08-08
2
-61
/
+0
*
vhdl: renaming in vhdl-canon.
Tristan Gingold
2020-08-08
5
-188
/
+202
*
synth-oper: handle operators of std_logic_unsigned.
Tristan Gingold
2020-08-07
1
-65
/
+99
*
synth-oper: handle more std_logic_arith operators.
Tristan Gingold
2020-08-07
1
-226
/
+180
*
vhdl: recognize more operators for std_logic_unsigned/signed.
Tristan Gingold
2020-08-07
2
-32
/
+128
*
vhdl: recognize more std_logic_arith operators.
Tristan Gingold
2020-08-07
4
-27
/
+122
*
netlists: preliminary support of memory of depth one.
Tristan Gingold
2020-08-06
1
-2
/
+0
*
synth: handle an operation from std_logic_unsigned. For #1426
Tristan Gingold
2020-08-06
1
-1
/
+2
*
synth-oper: handle more operations for std_logic_arith. For #1426
Tristan Gingold
2020-08-06
2
-142
/
+339
*
trans-chap6: fix reuse violation of a node.
Tristan Gingold
2020-08-06
1
-0
/
+1
*
synth-oper: propagate errors from unsupported operations.
Tristan Gingold
2020-08-06
1
-2
/
+7
*
synth-disp_vhdl: minor output indentation fix.
Tristan Gingold
2020-08-06
1
-1
/
+1
*
synth-oper: handle < for enums.
Tristan Gingold
2020-08-06
1
-0
/
+2
*
synth: push extract on mux2 for inference. For #1421
Tristan Gingold
2020-08-06
3
-17
/
+52
*
vhdl-sem_names: use element type of prefix type for indexed names.
Tristan Gingold
2020-08-05
2
-10
/
+16
*
ortho/debug: fix type of indexed_name.
Tristan Gingold
2020-08-05
1
-2
/
+4
*
grt: import changes from gtkwave to ghwlib
Tristan Gingold
2020-08-05
2
-1
/
+8
*
ghwlib: minor change to verbose.
Tristan Gingold
2020-08-05
1
-1
/
+1
*
grt: adjust previous patch on grt-waves
Tristan Gingold
2020-08-05
4
-20
/
+35
*
synth-oper: handle std_logic_arith."=" for unsigned. Fix #1424
Tristan Gingold
2020-08-04
1
-0
/
+1
[next]