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: merge partial assignments before merging phis.
Tristan Gingold
2019-11-11
1
-1
/
+1
*
synth: handle record assignment for variables. Fix #1011
Tristan Gingold
2019-11-06
1
-0
/
+4
*
synth-stmts: rewrite target_info to clarify memory
Tristan Gingold
2019-11-05
1
-18
/
+56
*
synth: add support for inout variable interfaces.
Tristan Gingold
2019-11-01
1
-3
/
+3
*
synth: handle nested if generate statements.
Tristan Gingold
2019-11-01
1
-21
/
+27
*
synth: handle attributes in vunit.
Tristan Gingold
2019-10-30
1
-1
/
+86
*
netlists: change Loc parameter of synth_case.
Tristan Gingold
2019-10-27
1
-2
/
+4
*
netlists-butils: extract synth_case from synth.stmts.
Tristan Gingold
2019-10-26
1
-149
/
+9
*
synth: handle concurrent signal assignment in vunits.
Tristan Gingold
2019-10-25
1
-83
/
+89
*
synth: add support for declarations in vunits.
Tristan Gingold
2019-10-23
1
-4
/
+24
*
synth: generate cover for assertion precedent.
Tristan Gingold
2019-10-21
1
-67
/
+66
*
synth-stmts: set location of muxes on case statements.
Tristan Gingold
2019-10-21
1
-6
/
+13
*
synth: add value_const.
Tristan Gingold
2019-10-20
1
-5
/
+9
*
synth-stmts: ignore EOS in PSL expressions.
Tristan Gingold
2019-10-18
1
-1
/
+8
*
synth: fix psl cover - test when the final state is reached.
Tristan Gingold
2019-10-15
1
-3
/
+14
*
vhdl: handle cover and restrict within vunit.
Tristan Gingold
2019-10-15
1
-0
/
+2
*
synth: handle constants for condition operator.
Tristan Gingold
2019-10-13
1
-0
/
+1
*
synth-stmts: fix thinko (need to adjust type for indexed a 1-bit array).
Tristan Gingold
2019-10-13
1
-2
/
+5
*
synth-stmts: handle const indexed array.
Tristan Gingold
2019-10-13
1
-0
/
+5
*
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
[next]