index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
synth-context.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth: remove Global_Context (cleanup).
Tristan Gingold
2020-05-04
1
-4
/
+4
*
synth: reduce use of global context.
Tristan Gingold
2020-05-04
1
-25
/
+24
*
synth-context: remove unused bit0/bit1 nets.
Tristan Gingold
2020-05-02
1
-18
/
+2
*
synth-context: Use Const_Z gate for 'Z' constants.
Tristan Gingold
2020-04-22
1
-7
/
+23
*
synth: refactoring to store static values in wires.
Tristan Gingold
2020-04-09
1
-29
/
+43
*
synth: add value_memory and use it to store objects value.
Tristan Gingold
2020-04-06
1
-80
/
+22
*
synth: more cleanup (and use of valtyp).
Tristan Gingold
2020-04-02
1
-58
/
+25
*
synth: rework - use valtyp for expressions.
Tristan Gingold
2020-04-02
1
-56
/
+62
*
synth: improve output of memory initial value.
Tristan Gingold
2020-03-29
1
-1
/
+37
*
synth: handle package instantiation. Fix #1159
Tristan Gingold
2020-03-24
1
-1
/
+38
*
synth: improve error handling.
Tristan Gingold
2020-03-11
1
-0
/
+12
*
synth: fix conversion of net to constant for physical values. Fix #1148
Tristan Gingold
2020-03-02
1
-4
/
+9
*
synth: improve support of out/inout variable parameters.
Tristan Gingold
2020-01-08
1
-1
/
+1
*
synth: support multiple synthesis.
Tristan Gingold
2019-12-02
1
-0
/
+7
*
synth: factorize code, move value2logvec to synth-expr.
Tristan Gingold
2019-11-28
1
-82
/
+1
*
synth: rework the sname API.
Tristan Gingold
2019-11-28
1
-1
/
+1
*
synth-context: add source_scope (for debugger).
Tristan Gingold
2019-11-23
1
-0
/
+7
*
synth: fixes for value_const.
Tristan Gingold
2019-10-20
1
-0
/
+5
*
synth: add value_const.
Tristan Gingold
2019-10-20
1
-0
/
+8
*
synth-context: fix encoding of discrete in aggregate
Tristan Gingold
2019-10-08
1
-1
/
+1
*
synth: fix incorrect order for concat.
Tristan Gingold
2019-10-08
1
-1
/
+1
*
synth: handle package bodies.
Tristan Gingold
2019-10-07
1
-7
/
+25
*
synth-context: slightly relax assertion.
Tristan Gingold
2019-10-03
1
-1
/
+12
*
synth: renaming and minor refactoring.
Tristan Gingold
2019-09-30
1
-51
/
+18
*
synth: special handling of 'const' functions.
Tristan Gingold
2019-09-30
1
-0
/
+13
*
synth: refactoring of alias (allow alias of anything).
Tristan Gingold
2019-09-30
1
-3
/
+8
*
synth: introduce type_logic
Tristan Gingold
2019-09-29
1
-8
/
+16
*
synth: do not create self-instance on black-boxed modules.
Tristan Gingold
2019-09-21
1
-0
/
+5
*
synth: add bit0/bit1 in instance.
Tristan Gingold
2019-09-21
1
-0
/
+13
*
synth: add Get_Build (WIP).
Tristan Gingold
2019-09-20
1
-0
/
+7
*
synth: add base_instance.
Tristan Gingold
2019-09-20
1
-8
/
+29
*
synth: rename get/set_module for instances.
Tristan Gingold
2019-09-20
1
-4
/
+4
*
synth-context: get rid off Set_Block_Scope.
Tristan Gingold
2019-09-20
1
-8
/
+12
*
synth: refactoring to reduce global variables.
Tristan Gingold
2019-09-19
1
-3
/
+21
*
synth: make synth_instance_type private.
Tristan Gingold
2019-09-19
1
-4
/
+47
*
synth: handle record subtypes.
Tristan Gingold
2019-09-19
1
-1
/
+2
*
synth: remove value_mux2.
Tristan Gingold
2019-09-18
1
-8
/
+0
*
synth: allow empty string literal.
Tristan Gingold
2019-09-12
1
-1
/
+4
*
synth: improve support of return statement.
Tristan Gingold
2019-09-11
1
-1
/
+0
*
synth: improve support of negative integer values.
Tristan Gingold
2019-09-11
1
-14
/
+23
*
synth: Add width field in type_type record.
Tristan Gingold
2019-09-11
1
-3
/
+3
*
synth: handle alias (WIP, read only).
Tristan Gingold
2019-09-11
1
-0
/
+8
*
synth: handle const record aggregates.
Tristan Gingold
2019-09-05
1
-1
/
+13
*
synth: handle non-constant array aggregates.
Tristan Gingold
2019-09-05
1
-0
/
+14
*
synth: add value_const_array.
Tristan Gingold
2019-09-05
1
-1
/
+1
*
synth: handle large width in get_net.
Tristan Gingold
2019-09-04
1
-3
/
+11
*
synth: add support for record types.
Tristan Gingold
2019-08-29
1
-2
/
+23
*
synth: rework partial assignments
Tristan Gingold
2019-08-27
1
-1
/
+1
*
synth: rework indexed names.
Tristan Gingold
2019-07-30
1
-21
/
+4
*
synth: add support for memories.
Tristan Gingold
2019-07-29
1
-40
/
+142
[next]