index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
vhdl-sem_decls: avoid a crash on invalid alias name. Fix #1919
Tristan Gingold
2021-11-21
1
-0
/
+10
|
*
testsuite/synth: add a test for #1920
Tristan Gingold
2021-11-21
3
-0
/
+68
|
*
synth-vhdl_expr: emit an error if use of a signal during elaboration. Fix #1920
Tristan Gingold
2021-11-21
1
-0
/
+7
|
*
synth: put direction into port desc
Tristan Gingold
2021-11-17
8
-31
/
+30
|
*
synth: use a global table for instances attributes
Tristan Gingold
2021-11-17
6
-168
/
+117
|
*
synth: renaming to instance_attributes.
Tristan Gingold
2021-11-17
11
-66
/
+72
|
*
synth/netlists-disp_verilog: display port attributes
Tristan Gingold
2021-11-17
1
-18
/
+42
|
*
synth: add ports attributes
Tristan Gingold
2021-11-17
3
-0
/
+120
|
*
vhdl-utils.adb: minor refactoring
Tristan Gingold
2021-11-17
1
-7
/
+3
|
*
grt: refactoring to fix build failure. For #1913
Tristan Gingold
2021-11-17
5
-394
/
+443
|
*
Add comments
Tristan Gingold
2021-11-17
2
-0
/
+4
|
*
vhdl-evaluation: use grt to compute value attribute for integers.
Tristan Gingold
2021-11-17
3
-33
/
+97
|
|
|
|
For #1913
*
grt/Makefile.inc: add a dependency for grt-cgnatrts.
Tristan Gingold
2021-11-16
1
-2
/
+3
|
*
testsuite/synth: add a test for #1912
Tristan Gingold
2021-11-16
2
-0
/
+82
|
*
synth: defer instantations elaboration to handle recursion. Fix #1912
Tristan Gingold
2021-11-16
2
-15
/
+110
|
*
testsuite/gna: add scripts to generate 1d/2d aggregates
Tristan Gingold
2021-11-16
2
-0
/
+30
|
*
testsuite/gna: add a test for #1913
Tristan Gingold
2021-11-15
2
-0
/
+123
|
*
vhdl-evaluation: catch bad parameter for value attribute. Fix #1913
Tristan Gingold
2021-11-15
1
-1
/
+7
|
*
testsuite/gna: add a test for previous commit
Tristan Gingold
2021-11-15
4
-0
/
+83
|
*
vhdl-sem_expr: improve code generation for multi-dim aggregates
Tristan Gingold
2021-11-15
1
-3
/
+3
|
*
testsuite/synth: add a test for syn_black_box
Tristan Gingold
2021-11-13
2
-0
/
+23
|
*
synth: handle syn_black_box attribute in vhdl architectures
Tristan Gingold
2021-11-13
1
-10
/
+75
|
*
testsuite/synth: add a test for #1911
Tristan Gingold
2021-11-13
3
-0
/
+315
|
*
synth: add exec_name_subtype. Fix #1911
Tristan Gingold
2021-11-13
3
-4
/
+52
|
*
testsuite/synth: add a test for black boxes
Tristan Gingold
2021-11-12
4
-0
/
+80
|
*
testsuite/synth: adjust test after previous commit
Tristan Gingold
2021-11-12
4
-2
/
+20
|
*
synth: do not display black boxes
Tristan Gingold
2021-11-12
1
-1
/
+6
|
*
std_names: add syn_black_box
Tristan Gingold
2021-11-12
3
-182
/
+185
|
*
testsuite/synth: add tests for rol/ror. For #1909
Tristan Gingold
2021-11-11
5
-1
/
+85
|
*
synth: also handle rol. For #1909
Tristan Gingold
2021-11-11
1
-0
/
+5
|
*
testsuite/synth: add a test for #1909
Tristan Gingold
2021-11-11
3
-0
/
+67
|
*
synth: handle ror from numeric_std. Fix #1909
Tristan Gingold
2021-11-11
1
-1
/
+4
|
*
vhdl: recognize ror/rol from ieee.numeric_std. For #1909
Tristan Gingold
2021-11-11
3
-284
/
+304
|
*
pyGHDL: regenerate nodes.py
Tristan Gingold
2021-11-10
1
-309
/
+311
|
*
vhdl: Iir_Kind_Foreign_Module is now a library unit
Tristan Gingold
2021-11-09
24
-667
/
+730
|
|
|
|
|
(instead of a design unit). Also, add Iir_Kind_Foreign_Vector_Type_Definition
*
lists: add a subtype for valid lists
Tristan Gingold
2021-11-09
2
-2
/
+4
|
*
testsuite/gna: add a test for #1908
Tristan Gingold
2021-11-05
5
-0
/
+573
|
*
ghdlcomp: exit with error status in case of error. For #1908
Tristan Gingold
2021-11-05
1
-0
/
+4
|
*
vhdl-configuration: stop earlier in case of error. Fix #1908
Tristan Gingold
2021-11-05
1
-17
/
+19
|
*
testsuite/synth: add a test for #1899
Tristan Gingold
2021-11-05
2
-0
/
+95
|
*
vhdl/psl: handle PSL inherit spec. For #1899
Tristan Gingold
2021-11-05
8
-64
/
+143
|
*
scripts/pnodes.py: add a comment
Tristan Gingold
2021-11-05
1
-0
/
+3
|
*
vhdl: parse PSL inherit spec. For #1899
Tristan Gingold
2021-11-04
11
-739
/
+800
|
*
vhdl: add tok_inherit. Preliminary work for #1899
Tristan Gingold
2021-11-03
7
-740
/
+747
|
*
testsuite/gna: add a test for #1898
Tristan Gingold
2021-11-03
5
-0
/
+50
|
*
trans-chap7: convert to base type for array-element operation. For #1898
Tristan Gingold
2021-11-03
1
-3
/
+5
|
*
ci: simplify MSYS2 matrices using 'pacboy'
umarcor
2021-11-03
1
-44
/
+42
|
*
synth: Support alias declarations in vunit
tmeissner
2021-11-02
9
-8
/
+55
|
*
synth: do full elaboration before synthesis
Tristan Gingold
2021-11-01
61
-2038
/
+5349
|
*
testsuite/gna/issue1069: improve harness
Tristan Gingold
2021-11-01
1
-1
/
+1
|
[next]