index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl: --std93c is now an alias for --std=93 -frelaxed
Tristan Gingold
2020-06-13
19
-67
/
+84
*
testsuite/gna: add test from #1370
Tristan Gingold
2020-06-13
2
-0
/
+48
*
testsuite/gna: adjust #1364
Tristan Gingold
2020-06-13
1
-0
/
+1
*
vhdl-parse: always keep parentheses in case expression. For #1364
Tristan Gingold
2020-06-13
2
-3
/
+22
*
doc: mention issue #1368 for MacOS builds.
Tristan Gingold
2020-06-13
1
-2
/
+4
*
testsuite/gna: complete test for #1364
Tristan Gingold
2020-06-12
3
-1
/
+51
*
vhdl-sem_expr: use -frelaxed for parentheses aggregates. For #1364
Tristan Gingold
2020-06-12
1
-14
/
+39
*
testsuite/synth: add a test for #1367
Tristan Gingold
2020-06-12
2
-0
/
+128
*
synth: handle slices for PSL prev and stable. Fix #1367
Tristan Gingold
2020-06-12
1
-2
/
+2
*
testsuite/synth: add test for #1366
Tristan Gingold
2020-06-12
3
-0
/
+123
*
vhdl: analyze and synth concurrent statements in vunit. Fix #1366
Tristan Gingold
2020-06-12
6
-16
/
+46
*
configure: factorize code.
Tristan Gingold
2020-06-12
1
-2
/
+1
*
vhdl: parse statements in verification units.
Tristan Gingold
2020-06-11
2
-103
/
+98
*
llvm6 - add support for llvm 3.5
Tristan Gingold
2020-06-11
1
-2
/
+35
*
llvm6: adjust assertions and unreachable.
Tristan Gingold
2020-06-11
2
-11
/
+11
*
grt-fst: padd time resolution. Fix #1365
Tristan Gingold
2020-06-11
1
-2
/
+3
*
testsuite/gna: add a test for #1362
Tristan Gingold
2020-06-09
4
-0
/
+28
*
vhdl: allows --work between files for -c. Fix #1362
Tristan Gingold
2020-06-09
7
-36
/
+65
*
testsuite/gna: add a test from #1364
Tristan Gingold
2020-06-09
2
-0
/
+47
*
testsuite/gna: add a test for #1360
Tristan Gingold
2020-06-09
2
-0
/
+87
*
vhdl: handle aggregates in choices. Fix #1360
Tristan Gingold
2020-06-09
2
-0
/
+10
*
ortho/llvm4-nodebug: fix a comment.
Tristan Gingold
2020-06-09
1
-1
/
+1
*
src/ortho/oread/tests: adjust some tests (keyword in upper case).
Tristan Gingold
2020-06-09
4
-43
/
+43
*
LLVM backend with debug info (in C/C++)
Tristan Gingold
2020-06-09
9
-0
/
+4047
*
Adjust use of PSL prev() in fell(), rose() & stable() testcases
tmeissner
2020-06-07
3
-3
/
+9
*
Add PSL built-in prev() function to allowed expressions
tmeissner
2020-06-07
1
-0
/
+1
*
doc: update list of contributors
eine
2020-06-07
1
-1
/
+2
*
testsuite/synth: add a test of PSL built-in function fell() for #662
tmeissner
2020-06-07
3
-1
/
+63
*
Synthesis of PSL built-in fell() function.
tmeissner
2020-06-07
5
-5
/
+94
*
std_names: remove extra blank.
Tristan Gingold
2020-06-06
1
-1
/
+1
*
testsuite/synth: add a test of PSL built-in function rose() for #662
tmeissner
2020-06-06
3
-1
/
+63
*
Synthesis of PSL built-in rose() function.
tmeissner
2020-06-06
5
-2
/
+92
*
testsuite/synth: add a test of PSL built-in function stable() for #662
tmeissner
2020-06-06
5
-11
/
+105
*
Synthesis of PSL stable() function.
tmeissner
2020-06-06
5
-12
/
+107
*
ci(msys2): update eine/setup-msys2 to v1
umarcor
2020-06-06
1
-1
/
+1
*
ci(msys2): set default shell on GHA windows-latest jobs
umarcor
2020-06-06
1
-2
/
+4
*
ci: trigger repository_dispatch in ghdl/docker
eine
2020-06-04
1
-0
/
+6
*
testsuite/gna: add a test for stack2 release.
Tristan Gingold
2020-06-04
2
-0
/
+60
*
trans-chap8: handle accesses like scalar in return statement.
Tristan Gingold
2020-06-04
1
-10
/
+4
*
trans-chap8: handle stack2 in condition of control statement.
Tristan Gingold
2020-06-04
1
-14
/
+43
*
grt: add check for empty stack2.
Tristan Gingold
2020-06-04
3
-4
/
+27
*
grt-lib: minor reformatting.
Tristan Gingold
2020-06-04
1
-5
/
+3
*
grt: do not export disp_process_name.
Tristan Gingold
2020-06-04
3
-6
/
+4
*
Makefile.in: always add src/synth to the include path.
Tristan Gingold
2020-06-04
1
-1
/
+1
*
doc: update comment about shared and frelaxed (#1350)
eine
2020-06-04
1
-1
/
+2
*
ci/msys2: style
eine
2020-06-04
1
-7
/
+15
*
testsuite/synth: add a test for #1348
Tristan Gingold
2020-06-02
3
-0
/
+143
*
netlists-memories: simplify addresses when using a 'to' range. Fix #1348
Tristan Gingold
2020-06-02
1
-0
/
+264
*
netlists-gates.ads: add comments.
Tristan Gingold
2020-06-02
1
-6
/
+8
*
netlists-memories: clean up: remove handling of dff/idff in chains.
Tristan Gingold
2020-06-02
1
-57
/
+28
[next]