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
*
synth-vhdl_stmts: handle attribute names in expressions
Tristan Gingold
2022-09-14
1
-1
/
+3
*
synth: detect overflow in static exponentiation
Tristan Gingold
2022-09-14
1
-3
/
+16
*
synth: add bounds check for float-integer type conversion
Tristan Gingold
2022-09-12
1
-2
/
+21
*
simul: do not consider signal parameters as dynamic values
Tristan Gingold
2022-09-12
2
-1
/
+8
*
synth: handle succ,pred,leftof,rightof attributes
Tristan Gingold
2022-09-12
1
-0
/
+95
*
synth: improve handling of top-level interfaces subtype
Tristan Gingold
2022-09-11
7
-20
/
+58
*
synth: initialize out parameters of procedures
Tristan Gingold
2022-09-11
1
-2
/
+9
*
synth: fix and add checks for memory management.
Tristan Gingold
2022-09-10
12
-110
/
+328
*
simul: add support for protected objects
Tristan Gingold
2022-09-08
9
-20
/
+204
*
elab-vhdl_objtypes: handle bounded array base type. Fix #2187
Tristan Gingold
2022-09-08
1
-1
/
+2
*
elab-vhdl_values: factorize code
Tristan Gingold
2022-09-07
5
-27
/
+14
*
synth-vhdl_stmts: fix handling of copyback parameters
Tristan Gingold
2022-09-07
3
-26
/
+38
*
elab-vhdl_stmts: fix a TODO
Tristan Gingold
2022-09-07
1
-1
/
+3
*
synth: handle open entity aspect
Tristan Gingold
2022-09-07
1
-4
/
+4
*
elab-vhdl_heap: fix handling of simple access types
Tristan Gingold
2022-09-07
1
-4
/
+17
*
synth: handle generics in blocks
Tristan Gingold
2022-09-06
2
-7
/
+32
*
simul: add an hook to display report/assert message
Tristan Gingold
2022-09-06
2
-36
/
+78
*
synth-vhdl_eval: handle std_logic_signed and std_logic_unsigned
Tristan Gingold
2022-09-06
1
-55
/
+111
*
synth: add evaluation for ieee.std_logic_arith
Tristan Gingold
2022-09-05
6
-43
/
+1181
*
synth: extract synth-ieee-utils from synth-ieee-numeric_std
Tristan Gingold
2022-09-02
2
-21
/
+46
*
synth: improve debug subprograms
Tristan Gingold
2022-09-02
2
-1
/
+8
*
synth: use areapools
Tristan Gingold
2022-09-02
25
-175
/
+839
*
synth: factorize code for tracing statements execution
Tristan Gingold
2022-09-02
3
-13
/
+16
*
synth: handle component aspect configuration
Tristan Gingold
2022-08-25
1
-1
/
+5
*
synth: handle indexes/ranges in configurations for generate blocks
Tristan Gingold
2022-08-25
1
-4
/
+28
*
synth: handle unbounded top-level ports
Tristan Gingold
2022-08-25
1
-9
/
+18
*
synth: handle type left/right attributes
Tristan Gingold
2022-08-25
3
-0
/
+26
*
elab: add default value to ports
Tristan Gingold
2022-08-23
4
-13
/
+28
*
synth-vhdl_static_proc: handle std.env.finish
Tristan Gingold
2022-08-21
1
-1
/
+2
*
synth: factorize code for synth_subtype_conversion
Tristan Gingold
2022-08-21
9
-53
/
+35
*
simul: rework assertions execution and error handling
Tristan Gingold
2022-08-21
3
-2
/
+9
*
simul-vhdl_simul: add support for PSL directives
Tristan Gingold
2022-08-20
2
-20
/
+22
*
elab-vhdl_expr: factorize code
Tristan Gingold
2022-08-19
10
-998
/
+50
*
simul: handle resolved signals (WIP)
Tristan Gingold
2022-08-19
2
-6
/
+35
*
elab-vhdl_objtypes: handle holes in comparisons.
Tristan Gingold
2022-08-16
1
-7
/
+72
*
netlists-memories: add a TODO comment
Tristan Gingold
2022-08-16
1
-0
/
+8
*
synth/netlists: add comments
Tristan Gingold
2022-08-16
2
-7
/
+14
*
synth-vhdl_expr: optimize record with one element.
Tristan Gingold
2022-08-16
1
-3
/
+3
*
netlists-memories: renaming and add comments
Tristan Gingold
2022-08-16
1
-25
/
+38
*
elab-vhdl_values-debug: improve output of debug_valtyp
Tristan Gingold
2022-08-14
1
-1
/
+3
*
synth-vhdl_context: fix handling of alias in get_net. Fix #2177
Tristan Gingold
2022-08-14
1
-4
/
+3
*
vhdl: recognize log10 and sqrt from math_real. Fix #2176
Tristan Gingold
2022-08-14
1
-0
/
+14
*
synth: handle assignment to record aggregate
Tristan Gingold
2022-08-14
2
-31
/
+109
*
netlists-memories: improve checks to avoid the crash of #2077
Tristan Gingold
2022-08-14
1
-32
/
+75
*
netlists-memories: fix a crash on multi-dim memories. For #2077
Tristan Gingold
2022-08-13
1
-3
/
+6
*
synth-vhdl_oper.adb: fix mul uns uns. Fix #2169
Tristan Gingold
2022-08-10
1
-1
/
+1
*
synth-vhdl_oper: remove check for positive rotation amount. Fix #2159
Tristan Gingold
2022-08-04
1
-3
/
+1
*
netlists-memories: allow X in memories. Fix #2146
Tristan Gingold
2022-07-29
1
-2
/
+4
*
netlists-disp_verilog(disp_const_log): fix output. Fix #2149
Tristan Gingold
2022-07-28
1
-2
/
+2
*
synth-disp_vhdl: fix out conversion. Fix #2145
Tristan Gingold
2022-07-28
1
-21
/
+29
[next]