index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
|
|
|
|
Write bounds only when the element subtype of the base type is unbounded.
*
synth-oper: handle std_logic_arith."=" for unsigned. Fix #1424
Tristan Gingold
2020-08-04
1
-0
/
+1
|
*
grt: handle more unbounded types in disp_rti and ghw.
Tristan Gingold
2020-08-04
7
-253
/
+390
|
|
|
|
Fix #1131
*
grt-disp_signals: fix handling of unbounded aggregates.
Tristan Gingold
2020-08-04
3
-10
/
+6
|
|
|
|
For #1420
*
grt: fix crash in --dump-rti for array of unbounded records.
Tristan Gingold
2020-08-04
3
-3
/
+26
|
|
|
|
For #1420
*
translate: minor changes.
Tristan Gingold
2020-08-04
3
-4
/
+2
|
*
llvm6: fix debug info generation for arrays
Tristan Gingold
2020-08-04
1
-1
/
+1
|
*
synth: fix handling of static index in indexed names. For #1421
Tristan Gingold
2020-08-03
2
-2
/
+3
|
*
vhdl: handle force/release statements in translate and grt. For #1416
Tristan Gingold
2020-08-03
8
-161
/
+688
|
*
vhdl: parse and analyze force/release signal assignment statements.
Tristan Gingold
2020-08-01
19
-112
/
+627
|
|
|
|
For #1416
*
vhdl: add force and release tokens. For #1416
Tristan Gingold
2020-08-01
4
-70
/
+76
|
*
synth: add --no-assert-cover option. Fix #1414
Tristan Gingold
2020-07-31
3
-6
/
+18
|
*
synth: do not consider all ieee packages as predefined.
Tristan Gingold
2020-07-30
1
-7
/
+24
|
|
|
|
|
|
|
In particular, the vhdl 2008 fixed point packages are considered as regular packages. Fix #1417
*
ghdldrv: factorize part of --gen-makefile
Tristan Gingold
2020-07-30
4
-87
/
+66
|
|
|
|
Fix #1403
*
synth: add support for static numeric_std division.
Tristan Gingold
2020-07-30
4
-0
/
+188
|
*
translate: add a function to get allocation kind of layout var.
Tristan Gingold
2020-07-29
3
-1
/
+15
|
|
|
|
Fix #1415
*
trans-chap6: adjust types in translate_selected_element.
Tristan Gingold
2020-07-28
1
-24
/
+28
|
*
trans-chap8: avoid to create slice type too late.
Tristan Gingold
2020-07-28
1
-0
/
+10
|
*
translate: fix foreach_non_composite for arrays with unbounded elements.
Tristan Gingold
2020-07-27
3
-6
/
+11
|
*
translate: handle slice of arrays with unbounded elements.
Tristan Gingold
2020-07-27
5
-23
/
+83
|
*
trans-chap3: renaming to clarify parameters.
Tristan Gingold
2020-07-27
2
-9
/
+9
|
*
trans-chap6: minor rework in translate_slice_name_finish
Tristan Gingold
2020-07-27
1
-32
/
+39
|
*
synth-stmts: improve support of instantiated subprograms. Fix #1408
Tristan Gingold
2020-07-27
1
-3
/
+3
|
*
synth-expr: add minimal support for 'instance_name. For #1408
Tristan Gingold
2020-07-27
1
-0
/
+14
|
*
synth: generalize static condition for if statement. Fix #1407
Tristan Gingold
2020-07-26
1
-4
/
+4
|
*
synth-debugger: update code.
Tristan Gingold
2020-07-26
1
-17
/
+15
|
*
synth: add -g option to enable debugger on some errors.
Tristan Gingold
2020-07-26
2
-1
/
+3
|
*
ortho/debug: check subtype for array subtype.
Tristan Gingold
2020-07-26
1
-5
/
+2
|
*
synth-aggr: handle strings in aggregates. Fix #1406
Tristan Gingold
2020-07-25
1
-0
/
+25
|
*
ortho/oread: parse subarray element type.
Tristan Gingold
2020-07-25
1
-7
/
+17
|
*
trans-chap8: fix handling of some aggregate assignments.
Tristan Gingold
2020-07-25
1
-37
/
+48
|
[next]