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-annotations: do not annotate type for signal attributes
Tristan Gingold
2022-04-29
1
-2
/
+0
*
options: add -fpragma-translate options (for debug purposes)
Tristan Gingold
2022-04-29
1
-0
/
+3
*
ghdldrv: allow --work within files for import command
Tristan Gingold
2022-04-29
1
-19
/
+60
*
synth: extract elab-vhdl_debug from elab-debugger
Tristan Gingold
2022-04-29
3
-465
/
+662
*
vhdl-nodes: reorder, add iir_kinds_structural_statement
Tristan Gingold
2022-04-29
2
-20
/
+36
*
testsuite/synth: add more tests for component
Tristan Gingold
2022-04-29
4
-0
/
+136
*
elab-vhdl_insts: handle open unconstrained port association
Tristan Gingold
2022-04-29
1
-0
/
+3
*
testsuite/synth: add a test for #2045
Tristan Gingold
2022-04-28
2
-0
/
+43
*
synth-vhdl_stmts: handle static evaluation for cond variable assignment
Tristan Gingold
2022-04-28
1
-18
/
+53
*
ghdllib: adjust first line comment (pasto)
Tristan Gingold
2022-04-28
2
-2
/
+2
*
NEWS: add an entry for ieee operators
Tristan Gingold
2022-04-28
1
-0
/
+2
*
testsuite/synth: add a test for #2043
Tristan Gingold
2022-04-28
5
-1
/
+118
*
netlists-memories: detect simple loop. Fix #2043
Tristan Gingold
2022-04-28
1
-3
/
+10
*
synth-ieee-numeric_std: factorize code
Tristan Gingold
2022-04-28
1
-14
/
+5
*
synth-vhdl_eval: handle abs
Tristan Gingold
2022-04-27
3
-19
/
+61
*
testsuite/synth: add a test for #2042
Tristan Gingold
2022-04-27
4
-0
/
+108
*
synth-vhdl_stmts: add implicit conversion for cond assignment
Tristan Gingold
2022-04-27
1
-0
/
+5
*
synth: renaming (synth-static_oper -> synth-vhdl_eval)
Tristan Gingold
2022-04-27
4
-62
/
+61
*
synth-static_oper: abstract code
Tristan Gingold
2022-04-27
1
-21
/
+30
*
vhdl-sem_expr: minor renaming
Tristan Gingold
2022-04-27
1
-3
/
+6
*
vhdl-sem_expr: add a comment
Tristan Gingold
2022-04-27
1
-0
/
+21
*
testsuite/gna: add original test for #1898
Tristan Gingold
2022-04-27
2
-1
/
+1
*
synth-static_oper: handle bit/boolean array element operations
Tristan Gingold
2022-04-27
2
-3
/
+29
*
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
*
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
Yuni Tsukiyama
2022-04-19
1
-3
/
+61
|
/
*
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
*
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
[next]