index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
Commit message (
Collapse
)
Author
Age
Files
Lines
*
synth-decls: ignore attribute declarations
Christos Gentsos
2019-06-06
1
-0
/
+2
|
*
synth-expr: fix a crash in vectorize_array
Tristan Gingold
2019-06-06
1
-1
/
+4
|
*
libghdlsynth: fix startup crash.
Tristan Gingold
2019-06-06
1
-0
/
+2
|
*
synth: add support for constants.
Pepijn de Vos
2019-05-28
2
-1
/
+9
|
|
|
|
Close #815
*
synth: use only one edge gate, make it fully abstract. Handle falling_edge.
Tristan Gingold
2019-05-22
5
-35
/
+34
|
*
synth: add disp_vhdl.
Tristan Gingold
2019-05-21
2
-0
/
+262
|
*
vhdl: decouple errorouts a bit more.
Tristan Gingold
2019-05-10
1
-2
/
+2
|
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
6
-5
/
+6
|
*
vhdl: move iirs_utils to vhdl.utils
Tristan Gingold
2019-05-06
4
-5
/
+5
|
*
vhdl: rename iirs to vhdl.nodes
Tristan Gingold
2019-05-05
8
-8
/
+8
|
*
vhdl: move evaluation to vhdl child.
Tristan Gingold
2019-05-05
1
-2
/
+2
|
*
Small typo in netlist.ads
Pepijn de Vos
2019-05-05
1
-1
/
+1
|
*
vhdl: move ieee packages to vhdl children.
Tristan Gingold
2019-05-05
4
-30
/
+30
|
*
vhdl: move std_standard package to vhdl child.
Tristan Gingold
2019-05-05
3
-9
/
+10
|
*
vhdl: move sem* packages to vhdl children.
Tristan Gingold
2019-05-05
1
-2
/
+2
|
*
[PATCH] synth: add comments.
Tristan Gingold
2019-04-18
2
-6
/
+19
|
*
synth: improve generation of aggregates.
Tristan Gingold
2019-04-16
2
-14
/
+62
|
*
synth: ignore component instantiations (TODO).
Tristan Gingold
2019-04-16
1
-0
/
+4
|
*
synth: minimal support of slices.
Tristan Gingold
2019-04-16
2
-0
/
+88
|
*
synth: handle synchronous enable in inference.
Tristan Gingold
2019-04-16
1
-23
/
+45
|
*
synth-expr: handle others in aggregate.
Tristan Gingold
2019-04-16
1
-0
/
+5
|
*
synth: handle free instances in net iterator.
Tristan Gingold
2019-04-16
1
-4
/
+9
|
*
synth: support async reset in inference.
Tristan Gingold
2019-04-16
2
-95
/
+117
|
*
synth: add adff, iadff.
Tristan Gingold
2019-04-16
2
-0
/
+74
|
*
synth: add --disp-noinline
Tristan Gingold
2019-04-16
2
-2
/
+9
|
*
synth: add comments.
Tristan Gingold
2019-04-16
4
-21
/
+108
|
*
move algos to grt.
Tristan Gingold
2019-03-20
1
-2
/
+3
|
*
fix gnat8 errors for libghdlsynth targets
Stefan Biereigel
2019-03-13
1
-1
/
+0
|
*
simul: replace Get_Instance_For_Slot by Get_Instance_Object.
Tristan Gingold
2017-12-11
1
-3
/
+3
|
*
evaluation: rename Get_Info to Get_Str_Info (reduce overloading).
Tristan Gingold
2017-12-08
1
-2
/
+1
|
*
Create the simul.ads package (for a namespace).
Tristan Gingold
2017-11-24
9
-31
/
+31
|
*
simulation: refactoring (move block_instance to iir_values).
Tristan Gingold
2017-11-24
4
-4
/
+2
|
*
Update simulate.
Tristan Gingold
2017-11-08
1
-1
/
+1
|
*
synth: support nand, nor, xnor.
Tristan Gingold
2017-02-26
2
-0
/
+19
|
*
synth: reverse bit order for indexed names.
Tristan Gingold
2017-02-16
1
-2
/
+2
|
*
synth: defer gates removal after at end of entity synthesis.
Tristan Gingold
2017-02-15
6
-29
/
+95
|
*
synth: Fix handling of iir_downto in synth_indexed_name.
Tristan Gingold
2017-02-15
1
-1
/
+1
|
*
synth-expr.adb: fix Synth_Indexed_Name.
Tristan Gingold
2017-02-13
1
-2
/
+2
|
*
netlists-iterators: fix for gnat gpl 2014
Tristan Gingold
2017-02-02
1
-77
/
+77
|
*
Add netlist generation infrastructure.
Tristan Gingold
2017-01-31
42
-0
/
+7388