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: avoid a crash on empty memories.
Tristan Gingold
2020-12-08
1
-1
/
+4
*
synth-stmts.adb: fix crash on unconditional exit. Fix #1503
Tristan Gingold
2020-11-01
1
-26
/
+76
*
synth: minor refactoring. Move In_Bounds/In_Range to synth-objtypes.
Tristan Gingold
2020-09-26
1
-10
/
+0
*
synth: improve diagnostic for multiple assignment. Fix #1428
Tristan Gingold
2020-08-26
1
-7
/
+7
*
synth-stmts: convert the waveform to the target subtype.
Tristan Gingold
2020-08-25
1
-7
/
+13
*
synth: add --no-assert-cover option. Fix #1414
Tristan Gingold
2020-07-31
1
-6
/
+9
*
synth-stmts: improve support of instantiated subprograms. Fix #1408
Tristan Gingold
2020-07-27
1
-3
/
+3
*
synth: generalize static condition for if statement. Fix #1407
Tristan Gingold
2020-07-26
1
-4
/
+4
*
synth: avoid crash on invalid range. For ghdl/ghdl-yosys-plugin#126
Tristan Gingold
2020-06-19
1
-8
/
+10
*
ghdlsynth: add --no-formal and help.
Tristan Gingold
2020-06-16
1
-0
/
+26
*
vhdl: create default configuration for a vunit. Fix #1372
Tristan Gingold
2020-06-15
1
-0
/
+3
*
vhdl: analyze and synth concurrent statements in vunit. Fix #1366
Tristan Gingold
2020-06-12
1
-1
/
+6
*
Synthesis of PSL prev function.
Tristan Gingold
2020-06-02
1
-68
/
+0
*
synth: use expanded name for assert labels. Fix #1314
Tristan Gingold
2020-05-16
1
-8
/
+11
*
synth-stmts: ignore choices with L/H/W/X/Z/-/U values.
Tristan Gingold
2020-05-15
1
-6
/
+86
*
synth-stmts: factorize code for assertion errors, use a level.
Tristan Gingold
2020-05-14
1
-33
/
+22
*
synth_stmts: handle ranges in case. Fix ghdl/ghdl-yosys-plugin#104
Tristan Gingold
2020-05-09
1
-9
/
+53
*
synth-stmts: refactoring for synth_choice.
Tristan Gingold
2020-05-09
1
-85
/
+84
*
synth-stmts: use pmux to implement case statements.
Tristan Gingold
2020-05-09
1
-127
/
+127
*
synth-stmts: improve support of nested memories.
Tristan Gingold
2020-05-07
1
-4
/
+5
*
synth: revert a previous commit: remove the En parameter.
Tristan Gingold
2020-05-06
1
-127
/
+99
*
synth: add support for sequential assertions. Fix #1273
Tristan Gingold
2020-05-06
1
-9
/
+8
*
synth: revert part of sequential assertion support. Fix #1285
Tristan Gingold
2020-05-05
1
-76
/
+20
*
synth: handle non-static vectors in target aggregates. Fix #1277
Tristan Gingold
2020-05-04
1
-18
/
+71
*
synth: add comments.
Tristan Gingold
2020-05-04
1
-0
/
+3
*
synth: remove Global_Context (cleanup).
Tristan Gingold
2020-05-04
1
-1
/
+1
*
synth: reduce use of global context.
Tristan Gingold
2020-05-04
1
-30
/
+42
*
synth-stmts: unshare assigned value.
Tristan Gingold
2020-05-04
1
-2
/
+3
*
synth: minor refactoring for clean-up.
Tristan Gingold
2020-05-04
1
-47
/
+2
*
synth-stmts: reduce use of Build_Context.
Tristan Gingold
2020-05-04
1
-37
/
+46
*
synth-stmts: fix incorrect assumption for control logic.
Tristan Gingold
2020-05-04
1
-5
/
+0
*
synth-stmts: propagate constant values in case statements.
Tristan Gingold
2020-05-04
1
-42
/
+102
*
synth: partial refactoring to improve handling of controls in case statements.
Tristan Gingold
2020-05-04
1
-8
/
+8
*
synth: use tri_state_type for seq_assign_value.
Tristan Gingold
2020-05-04
1
-1
/
+2
*
synth: preliminary support of sequential assertions. For #1273
Tristan Gingold
2020-05-04
1
-22
/
+93
*
synth: use static values for control nets when possible.
Tristan Gingold
2020-05-02
1
-80
/
+106
*
synth-stmts: reduce use of global context.
Tristan Gingold
2020-05-01
1
-13
/
+8
*
synth-stmts: add use clause for netlists.gates
Tristan Gingold
2020-05-01
1
-16
/
+11
*
synth: propagate enable condition to expressions. For #1273
Tristan Gingold
2020-05-01
1
-108
/
+152
*
synth-stmts: add a missing location. Fix #1267
Tristan Gingold
2020-04-27
1
-1
/
+4
*
synth: add many calls to set_location
Tristan Gingold
2020-04-26
1
-36
/
+61
*
synth-stmts: add a limit to the number of iterations. Fix #1242
Tristan Gingold
2020-04-21
1
-0
/
+11
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
1
-6
/
+6
*
synth: avoid a crash while assigning null wires. Fix #1251
Tristan Gingold
2020-04-20
1
-1
/
+5
*
synth: improve handling of nested memories. Fix #1250
Tristan Gingold
2020-04-20
1
-70
/
+73
*
synth-stmts: add comments.
Tristan Gingold
2020-04-19
1
-1
/
+9
*
synth-stmts: propagate errors. For #1243
Tristan Gingold
2020-04-18
1
-18
/
+23
*
netlists-expands: fix handling of non-consective extractions. Fix #1241
Tristan Gingold
2020-04-18
1
-0
/
+1
*
synth-stmts: print report message on assertion failure. Fix #1231
Tristan Gingold
2020-04-16
1
-1
/
+20
*
synth-stmts: handle null assignments. Fix #1230
Tristan Gingold
2020-04-16
1
-0
/
+6
[next]