index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
Commit message (
Expand
)
Author
Age
Files
Lines
*
grt: simplifies grt-readline, adjust casing
Tristan Gingold
2022-05-15
1
-6
/
+4
*
elab-vhdl_stmts: change parent of generate_body for for-generate
Tristan Gingold
2022-05-14
1
-1
/
+1
*
ghdlsimul: add and improve debugger
Tristan Gingold
2022-05-14
5
-25
/
+461
*
elab-vhdl_context: add get_instance_parent
Tristan Gingold
2022-05-14
2
-0
/
+10
*
fix: avoid "pragma Unreferenced given" warnings with GCC 12
Xiretza
2022-05-14
1
-1
/
+1
*
fix: avoid "unnecessary with of ancestor [-gnatwr]" with GCC 12
Xiretza
2022-05-14
2
-3
/
+0
*
synth: implement file_open with status
Tristan Gingold
2022-05-12
3
-0
/
+69
*
synth-vhdl_stmts: export synth_target
Tristan Gingold
2022-05-12
2
-35
/
+39
*
synth-vhdl_expr: add an hook to get the value of a signal
Tristan Gingold
2022-05-12
2
-0
/
+9
*
elab-vhdl_debug: also disp declarations in instances
Tristan Gingold
2022-05-12
1
-4
/
+1
*
elab-memtype.adb: identation
Tristan Gingold
2022-05-12
1
-1
/
+1
*
synth: handle text file write
Tristan Gingold
2022-05-11
3
-0
/
+93
*
synth: add a flag to force creation of variables
Tristan Gingold
2022-05-11
5
-9
/
+21
*
synth: add current_stmt, minor rework
Tristan Gingold
2022-05-09
4
-61
/
+99
*
synth-vhdl_insts: handle interfaces of type interface type. Fix #2053
Tristan Gingold
2022-05-07
1
-1
/
+12
*
elab-vhdl_context: introduce signal_index
Tristan Gingold
2022-05-06
3
-3
/
+12
*
synth-vhdl_context: resize table before access. Fix #2049
Tristan Gingold
2022-05-02
1
-6
/
+14
*
netlists: fix incorrect access (realloc). Fix #2046
Tristan Gingold
2022-05-02
1
-8
/
+11
*
elab-vhdl_debug: also print objects in disp_hierarchy
Tristan Gingold
2022-05-01
2
-58
/
+139
*
elab-vhdl_objtypes: fix restart of libghdl
Tristan Gingold
2022-04-30
2
-6
/
+23
*
synth: avoid a crash after an error
Tristan Gingold
2022-04-29
2
-0
/
+19
*
elab-vhdl_insts: use block configuration from configuration
Tristan Gingold
2022-04-29
1
-3
/
+6
*
synth: adjust elab-debugger__on.adb
Tristan Gingold
2022-04-29
1
-8
/
+4
*
elab-vhdl_types: do not crash on signal resolver
Tristan Gingold
2022-04-29
1
-0
/
+3
*
synth-vhdl_eval: handle all comparisons for enums
Tristan Gingold
2022-04-29
1
-33
/
+29
*
synth-vhdl_decls: handle attributes on input ports
Tristan Gingold
2022-04-29
1
-2
/
+10
*
synth: extract elab-vhdl_debug from elab-debugger
Tristan Gingold
2022-04-29
3
-465
/
+662
*
elab-vhdl_insts: handle open unconstrained port association
Tristan Gingold
2022-04-29
1
-0
/
+3
*
synth-vhdl_stmts: handle static evaluation for cond variable assignment
Tristan Gingold
2022-04-28
1
-18
/
+53
*
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
*
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
3
-57
/
+57
*
synth-static_oper: abstract code
Tristan Gingold
2022-04-27
1
-21
/
+30
*
synth-static_oper: handle bit/boolean array element operations
Tristan Gingold
2022-04-27
1
-0
/
+26
*
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
*
netlists-disp_verilog: output default value for pmux. Fix #2041
Tristan Gingold
2022-04-21
1
-0
/
+1
*
synth-vhdl_stmts: check subtype compatibility for scalar signal assoc.
Tristan Gingold
2022-04-15
3
-1
/
+93
*
synth: do not emit a warning for the gclk attribute. Fix #2035
Tristan Gingold
2022-04-13
1
-1
/
+2
*
synth: handle type declarations in vunit. Fix #2034
Tristan Gingold
2022-04-13
2
-12
/
+18
*
synth: add support for subtype declaration in vunits. Fix #2033
Tristan Gingold
2022-04-13
2
-3
/
+8
*
elab-vhdl_insts: also recurse for instantiations in vunits.
Tristan Gingold
2022-04-08
1
-74
/
+93
*
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
*
synth: do not add info for element subtype (except for arrays).
Tristan Gingold
2022-04-05
3
-17
/
+33
*
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
[next]