index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
synth-stmts.adb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
synth-stmts: improve support for associations in function calls.
Tristan Gingold
2019-10-13
1
-19
/
+92
*
Show error on wait without condition (#976)
Pepijn de Vos
2019-10-13
1
-0
/
+4
*
synth: set name on generate statements.
Tristan Gingold
2019-10-09
1
-5
/
+14
*
synth: use synth.source for setting location.
Tristan Gingold
2019-10-09
1
-0
/
+3
*
synth: improve support of procedure calls.
Tristan Gingold
2019-10-08
1
-20
/
+25
*
synth: handle case statement on bit vectors.
Tristan Gingold
2019-10-07
1
-0
/
+23
*
synth: handle package bodies.
Tristan Gingold
2019-10-07
1
-0
/
+1
*
synth: add support for concurrent procedure calls. Fix #969
Tristan Gingold
2019-10-07
1
-3
/
+7
*
synth: propagate assignments out of subprograms. Fix #960
Tristan Gingold
2019-10-06
1
-2
/
+9
*
synth: revert patch on synth_subprogram_association.
Tristan Gingold
2019-10-06
1
-5
/
+3
*
synth: handle subtypes in components. Fix #970
Tristan Gingold
2019-10-06
1
-4
/
+6
*
netlists: remove renaming of Get_Parent for Net.
Tristan Gingold
2019-10-06
1
-4
/
+4
*
synth: fix selected signal assignment (use basetype).
Tristan Gingold
2019-10-05
1
-1
/
+1
*
synth: support block declarations.
Tristan Gingold
2019-10-05
1
-2
/
+16
*
synth: minimal support for blocks. Fix #965
Tristan Gingold
2019-10-05
1
-0
/
+17
*
synth: preliminary work to support procedure calls.
Tristan Gingold
2019-10-04
1
-118
/
+200
*
synth: factorize code to read memories.
Tristan Gingold
2019-10-04
1
-4
/
+26
*
synth: factorize code for synth_target.
Tristan Gingold
2019-10-03
1
-86
/
+24
*
synth: replace memidx2 by addidx; handle some 2d arrays.
Tristan Gingold
2019-10-03
1
-22
/
+52
*
synth: rework synth_target.
Tristan Gingold
2019-10-02
1
-26
/
+19
*
synth: simplify dyn_insert.
Tristan Gingold
2019-10-02
1
-3
/
+2
*
synth: refactoring for memidx1.
Tristan Gingold
2019-10-02
1
-8
/
+15
*
synth: introduce memidx1
Tristan Gingold
2019-10-02
1
-8
/
+3
*
synth: fix in extract_merge_partial_assigns.
Tristan Gingold
2019-10-01
1
-3
/
+5
*
synth: improve support of arrays or arrays. Fix #955
Tristan Gingold
2019-10-01
1
-6
/
+5
*
synth: handle while-loop statement.
Tristan Gingold
2019-09-30
1
-0
/
+39
*
synth: special handling of 'const' functions.
Tristan Gingold
2019-09-30
1
-2
/
+32
*
synth: slice: avoid crash in case of incorrect slice.
Tristan Gingold
2019-09-30
1
-4
/
+4
*
synth: refactoring of alias (allow alias of anything).
Tristan Gingold
2019-09-30
1
-22
/
+23
*
synth: add support of alias of alias. Fix #945
Tristan Gingold
2019-09-28
1
-0
/
+8
*
synth-stmts: simple optimization for loop control logic.
Tristan Gingold
2019-09-28
1
-10
/
+19
*
synth: finalize declarations and free wires.
Tristan Gingold
2019-09-27
1
-7
/
+33
*
synth-stmts: allow slice as case expression.
Tristan Gingold
2019-09-25
1
-1
/
+1
*
synth: fixes after previous patch.
Tristan Gingold
2019-09-25
1
-1
/
+1
*
synth: rework type for expression.
Tristan Gingold
2019-09-25
1
-56
/
+139
*
synth: handle subtype conversions on interfaces.
Tristan Gingold
2019-09-22
1
-4
/
+2
*
synth: preliminary work for subtype conversions on interfaces.
Tristan Gingold
2019-09-22
1
-4
/
+9
*
synth: handle exit/next statements.
Tristan Gingold
2019-09-22
1
-5
/
+179
*
synth: remove T_En from Seq_Context.
Tristan Gingold
2019-09-21
1
-25
/
+19
*
synth: add bit0/bit1 in instance.
Tristan Gingold
2019-09-21
1
-6
/
+3
*
synth: rename get/set_module for instances.
Tristan Gingold
2019-09-20
1
-2
/
+0
*
synth-context: get rid off Set_Block_Scope.
Tristan Gingold
2019-09-20
1
-8
/
+4
*
synth: make synth_instance_type private.
Tristan Gingold
2019-09-19
1
-14
/
+18
*
synth: Add support for PSL cover directive (#930)
T. Meissner
2019-09-19
1
-0
/
+20
*
synth: improve locations tracking.
Tristan Gingold
2019-09-18
1
-3
/
+4
*
synth: remove value_mux2.
Tristan Gingold
2019-09-18
1
-16
/
+26
*
synth-stmts: fix uninitialized variable.
Tristan Gingold
2019-09-13
1
-1
/
+9
*
synth: initialize subprogram variables.
Tristan Gingold
2019-09-13
1
-1
/
+1
*
synth: improve support of return statement.
Tristan Gingold
2019-09-11
1
-14
/
+86
*
synth: introduce Seq_Context.
Tristan Gingold
2019-09-11
1
-68
/
+62
[prev]
[next]