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
*
testsuite/gna: add a test for 2008 static ieee operations
Tristan Gingold
2022-04-27
6
-0
/
+130
|
*
vhdl: handle static expressions with ieee operations
Tristan Gingold
2022-04-26
2
-12
/
+370
|
*
ghdldrv: call elab.vhdl_objtypes.init in options
Tristan Gingold
2022-04-26
2
-3
/
+3
|
*
synth: abstract code for reuse by evaluation
Tristan Gingold
2022-04-26
7
-52
/
+78
|
*
synth-static_oper: fully remove dependency on synth_instance
Tristan Gingold
2022-04-26
3
-39
/
+44
|
*
synth-static_oper: do not depend on instance for static operations.
Tristan Gingold
2022-04-26
7
-62
/
+91
|
|
|
|
Preliminary work to support evaluation
*
testsuite/gna: add tests for previous commit
Tristan Gingold
2022-04-22
4
-0
/
+47
|
*
vhdl: avoid a crash after errors in associations for packages
Tristan Gingold
2022-04-22
3
-96
/
+115
|
*
testsuite/synth: add a test for #2041
Tristan Gingold
2022-04-21
2
-0
/
+41
|
*
netlists-disp_verilog: output default value for pmux. Fix #2041
Tristan Gingold
2022-04-21
1
-0
/
+1
|
*
testsuite/gna: add a test for previous commit
Tristan Gingold
2022-04-20
2
-0
/
+5
|
*
vhdl-sem_names.adb: avoid a crash on incorrect type mark
Tristan Gingold
2022-04-20
2
-1
/
+12
|
*
Merge pull request #2040 from YuniTsukiyama/add-all-option-to-dir
tgingold
2022-04-19
1
-3
/
+61
|
\
|
|
|
|
ghdldrv: add --all option to dir command
|
*
ghdldrv: add --all option to dir command
Yuni Tsukiyama
2022-04-19
1
-3
/
+61
|
/
|
|
|
Fix #137
*
testsuite/gna: add a test for #2026
Tristan Gingold
2022-04-15
3
-0
/
+93
|
*
trans-chap2.adb: adjust owner_subtype for instantiations. Fix #2026
Tristan Gingold
2022-04-15
2
-0
/
+39
|
*
testsuite/gna: add a test for previous commit
Tristan Gingold
2022-04-15
5
-0
/
+405
|
*
vhdl-sem_names(sem_check_all_sensitized): only consider interface signal
Tristan Gingold
2022-04-15
2
-3
/
+14
|
*
testsuite/synth: add test for #2032
Tristan Gingold
2022-04-15
5
-0
/
+125
|
*
synth-vhdl_stmts: check subtype compatibility for scalar signal assoc.
Tristan Gingold
2022-04-15
3
-1
/
+93
|
|
|
|
Fix #2032
*
testsuite/synth: add a test for #2035
Tristan Gingold
2022-04-13
2
-0
/
+21
|
*
synth: do not emit a warning for the gclk attribute. Fix #2035
Tristan Gingold
2022-04-13
1
-1
/
+2
|
*
testsuite/synth: add a test for #2034
Tristan Gingold
2022-04-13
3
-0
/
+22
|
*
synth: handle type declarations in vunit. Fix #2034
Tristan Gingold
2022-04-13
5
-13
/
+23
|
*
testsuite/synth: add a test for #2033
Tristan Gingold
2022-04-13
3
-0
/
+22
|
*
synth: add support for subtype declaration in vunits. Fix #2033
Tristan Gingold
2022-04-13
5
-235
/
+249
|
*
testsuite/gna: add a test for #2031
Tristan Gingold
2022-04-11
3
-0
/
+46
|
*
vhdl-sem.adb: adjust location of error message. Fix #2031
Tristan Gingold
2022-04-11
1
-1
/
+1
|
*
testsuite/synth: add a test for #2025
Tristan Gingold
2022-04-08
4
-0
/
+27
|
*
elab-vhdl_insts: also recurse for instantiations in vunits.
Tristan Gingold
2022-04-08
1
-74
/
+93
|
|
|
|
Fix #2025
*
update for LLVM 14.0
umarcor
2022-04-08
2
-1
/
+2
|
*
testsuite/synth: add tests for #2019
Tristan Gingold
2022-04-06
4
-0
/
+77
|
*
synth-vhdl_stmts: emit an error message on missing return. Fix #2019
Tristan Gingold
2022-04-06
1
-1
/
+3
|
*
synth-vhdl_insts: also finalize entity declarations
Tristan Gingold
2022-04-06
1
-0
/
+1
|
*
testsuite/synth: add tests for #2021
Tristan Gingold
2022-04-05
4
-0
/
+61
|
*
synth: do not add info for element subtype (except for arrays).
Tristan Gingold
2022-04-05
5
-48
/
+55
|
|
|
|
Fix #2021
*
binary_file-coff: fix symbols write
Tristan Gingold
2022-04-05
1
-29
/
+58
|
*
ortho/mcode: fix win64 stack alignment
Tristan Gingold
2022-04-04
1
-1
/
+1
|
*
ortho/mcode: generate unwind info on win64 (WIP)
Tristan Gingold
2022-04-04
3
-2
/
+100
|
*
ortho/mcode: handle image relative relocation (for Win64)
Tristan Gingold
2022-04-04
3
-4
/
+29
|
*
ortho/mcode: handle x86-64 coff image dump (WIP)
Tristan Gingold
2022-04-04
3
-24
/
+31
|
*
testsuite/synth: add test for #2023
Tristan Gingold
2022-04-04
6
-0
/
+495
|
*
synth: handle individual assoc of unbounded interface. Fix #2023
Tristan Gingold
2022-04-04
2
-1
/
+4
|
*
synth: handle shared variable without default value.
Tristan Gingold
2022-04-04
2
-1
/
+4
|
|
|
|
For #2023
*
mcode: improve support of Win64 (prolog)
Tristan Gingold
2022-04-01
3
-29
/
+41
|
*
grt-readline.ads: use types from grt-types
Tristan Gingold
2022-03-30
1
-16
/
+5
|
*
mcode: improve support of Win64 (allocate stack for home registers)
Tristan Gingold
2022-03-30
3
-6
/
+22
|
*
Add chkstk-x64 for windows x64
Tristan Gingold
2022-03-30
4
-5
/
+73
|
*
translate: adjust null access check: add an explicit check.
Tristan Gingold
2022-03-26
6
-31
/
+66
|
*
testsuite/gna: add a test for previous commit
Tristan Gingold
2022-03-25
3
-0
/
+80
|
[next]