index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
synth-insts.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Tristan Gingold
2019-12-28
1
-1
/
+1
*
netlists: add remove_output_gates.
Tristan Gingold
2019-12-05
1
-0
/
+1
*
netlists-memories: rework.
Tristan Gingold
2019-12-05
1
-1
/
+1
*
synth: create unique instance name. Fix #1007
Tristan Gingold
2019-12-03
1
-4
/
+152
*
synth-insts: use current prefix for instantiations. Fix #1048
Tristan Gingold
2019-12-01
1
-1
/
+2
*
netlists: remove port API (make it easier to interface).
Tristan Gingold
2019-11-28
1
-9
/
+5
*
netlists: remove port_inout.
Tristan Gingold
2019-11-28
1
-16
/
+8
*
synth: rework the sname API.
Tristan Gingold
2019-11-28
1
-16
/
+20
*
synth: infrastructure for debugger.
Tristan Gingold
2019-11-20
1
-0
/
+5
*
synth: elaborate packages body.
Tristan Gingold
2019-11-17
1
-13
/
+9
*
synth: renames Is_Const to Is_Static.
Tristan Gingold
2019-11-13
1
-2
/
+2
*
synth-expr: handle static values in
Tristan Gingold
2019-11-13
1
-0
/
+3
*
synth-insts: add support for unbounded ports.
Tristan Gingold
2019-11-12
1
-4
/
+51
*
synth-insts: add support for individual associations.
Tristan Gingold
2019-11-12
1
-34
/
+243
*
synth-decls: handle unassigned signal/object. For issue 65
Tristan Gingold
2019-11-07
1
-0
/
+2
*
synth: handle nested if generate statements.
Tristan Gingold
2019-11-01
1
-0
/
+2
*
netlists: add code to expand dyn_extract gates (WIP).
Tristan Gingold
2019-10-27
1
-0
/
+5
*
synth: add more locations.
Tristan Gingold
2019-10-20
1
-0
/
+1
*
synth: add netlists-memories to extract memories. Still WIP.
Tristan Gingold
2019-10-17
1
-0
/
+5
*
synth-insts: accept architecture instantiation in synth_dependencies.
Tristan Gingold
2019-10-15
1
-2
/
+3
*
synth-inst: minor refactoring.
Tristan Gingold
2019-10-13
1
-3
/
+2
*
synth: rewrite cleanup pass.
Tristan Gingold
2019-10-10
1
-2
/
+2
*
synth: set name on generate statements.
Tristan Gingold
2019-10-09
1
-1
/
+2
*
synth: set location on instances.
Tristan Gingold
2019-10-09
1
-0
/
+1
*
synth: use synth.source for setting location.
Tristan Gingold
2019-10-09
1
-0
/
+1
*
synth: handle package bodies.
Tristan Gingold
2019-10-07
1
-1
/
+21
*
synth: preliminary support for user packages.
Tristan Gingold
2019-10-07
1
-0
/
+44
*
synth: allow unconnected port.
Tristan Gingold
2019-10-07
1
-5
/
+7
*
synth: handle subtypes in components. Fix #970
Tristan Gingold
2019-10-06
1
-15
/
+52
*
synth: fix crash for port subtype in component.
Tristan Gingold
2019-10-06
1
-1
/
+1
*
synth: minimal support for blocks. Fix #965
Tristan Gingold
2019-10-05
1
-0
/
+2
*
synth: handle string subtype defined by a port. Fix #958
Tristan Gingold
2019-10-01
1
-4
/
+5
*
synth-insts: refactoring.
Tristan Gingold
2019-09-30
1
-40
/
+32
*
synth-insts: create net object for input port. Fix
Tristan Gingold
2019-09-30
1
-3
/
+14
*
synth: renaming and minor refactoring.
Tristan Gingold
2019-09-30
1
-10
/
+12
*
synth: minor refactoring.
Tristan Gingold
2019-09-30
1
-4
/
+4
*
synth: fixes after previous patch.
Tristan Gingold
2019-09-25
1
-0
/
+7
*
synth: rework type for expression.
Tristan Gingold
2019-09-25
1
-5
/
+9
*
synth-insts: refactoring
Tristan Gingold
2019-09-21
1
-27
/
+12
*
synth-insts: remove useless function.
Tristan Gingold
2019-09-21
1
-15
/
+2
*
synth: do not create self-instance on black-boxed modules.
Tristan Gingold
2019-09-21
1
-5
/
+4
*
synth: add bit0/bit1 in instance.
Tristan Gingold
2019-09-21
1
-8
/
+11
*
synth: add Get_Build (WIP).
Tristan Gingold
2019-09-20
1
-4
/
+5
*
synth: add base_instance.
Tristan Gingold
2019-09-20
1
-5
/
+6
*
synth: rename get/set_module for instances.
Tristan Gingold
2019-09-20
1
-15
/
+15
*
synth-context: get rid off Set_Block_Scope.
Tristan Gingold
2019-09-20
1
-10
/
+5
*
synth: refactoring to reduce global variables.
Tristan Gingold
2019-09-19
1
-4
/
+11
*
synth: make synth_instance_type private.
Tristan Gingold
2019-09-19
1
-23
/
+27
*
synth: handle unconnected out ports.
Tristan Gingold
2019-09-19
1
-5
/
+8
*
synth: add debug flag -dc to not clean.
Tristan Gingold
2019-09-17
1
-1
/
+4
[next]