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: handle constants in assignments. Fix for #1080
Tristan Gingold
2020-01-12
3
-1
/
+11
|
*
synth-expr: handle pos attribute. For #1080
Tristan Gingold
2020-01-12
1
-0
/
+12
|
*
synth: use formal instance to evaluate default value. For #1080
Tristan Gingold
2020-01-12
1
-1
/
+4
|
*
netlists-disp_vhdl: handle one bit memories. Fix #1083
Tristan Gingold
2020-01-12
1
-2
/
+6
|
*
netlists: Handle sdiv and udiv (#1082)
Anton Blanchard
2020-01-11
1
-0
/
+6
|
*
synth: add --expect-failure for command --synth
Tristan Gingold
2020-01-11
1
-1
/
+2
|
*
synth-cleanup: avoid a crash on undriven output. Fix #1078
Tristan Gingold
2020-01-11
1
-3
/
+5
|
*
synth: fix crash on else-generate. Fix #1076
Tristan Gingold
2020-01-11
1
-3
/
+10
|
*
synth: emit error message in case of 'else' for synchronous code. Fix #1074
Tristan Gingold
2020-01-10
1
-10
/
+10
|
*
synth: handle ieee.math_real.round Fix #1075
Tristan Gingold
2020-01-10
1
-0
/
+14
|
*
synth: consider ports size to create unique instances.
Tristan Gingold
2020-01-10
3
-49
/
+143
|
*
synth: emit an error in case of static assertion failure. Fix #1068
Tristan Gingold
2020-01-09
1
-1
/
+1
|
*
synth-oper: handle xor for bit_vectors.
Tristan Gingold
2020-01-09
1
-3
/
+4
|
*
synth: simplify support of inertial associations.
Tristan Gingold
2020-01-09
2
-4
/
+14
|
*
synth: improve support of out/inout variable parameters.
Tristan Gingold
2020-01-08
3
-9
/
+69
|
*
synth: handle scalar inout association for subprograms. Fix #1064
Tristan Gingold
2020-01-02
1
-0
/
+2
|
*
synth-disp_vhdl: handle conversion from signed integers.
Tristan Gingold
2020-01-01
1
-1
/
+5
|
*
synth: optimize integer mod for power of 2.
Tristan Gingold
2020-01-01
1
-0
/
+24
|
*
synth-inference: merge reset for sub-nets.
Tristan Gingold
2019-12-31
1
-1
/
+16
|
|
|
|
For tgingold/ghdlsynth-beta#76
*
synth-environment: also optimize mux merge for sub-nets.
Tristan Gingold
2019-12-31
3
-1
/
+34
|
*
netlists-disp_vhdl: display iadff.
Tristan Gingold
2019-12-31
2
-7
/
+19
|
*
synth: handle wire assigned to a static value. Fix #1058
Tristan Gingold
2019-12-29
3
-9
/
+104
|
*
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Tristan Gingold
2019-12-28
2
-1
/
+5
|
*
synth: handle is_x (as false). Fix #1054
Tristan Gingold
2019-12-24
1
-0
/
+4
|
*
netlists-disp_vhdl: handle conversion from std_logic to signed/unsigned.
Tristan Gingold
2019-12-24
2
-8
/
+20
|
*
netlists-memories: add convert_to_memory.
Tristan Gingold
2019-12-24
1
-298
/
+504
|
*
synth: add minor comments.
Tristan Gingold
2019-12-23
2
-1
/
+3
|
*
synth: add Get_Input_Instance.
Tristan Gingold
2019-12-14
4
-10
/
+21
|
*
netlists-memories: add comments.
Tristan Gingold
2019-12-14
1
-2
/
+44
|
*
netlists-memories: remove unused subprograms.
Tristan Gingold
2019-12-08
1
-318
/
+0
|
*
netlists-memories: reduce muxes.
Tristan Gingold
2019-12-08
1
-1
/
+162
|
*
synth: rework in netlists-memories.
Tristan Gingold
2019-12-06
1
-61
/
+128
|
*
netlists-disp_vhdl: handle 1-bit add/sub.
Tristan Gingold
2019-12-05
1
-4
/
+12
|
*
netlists-memories: avoid a crash when no read. Fix #1018
Tristan Gingold
2019-12-05
1
-1
/
+7
|
*
netlists-disp_vhdl: handle more ROMs.
Tristan Gingold
2019-12-05
1
-2
/
+12
|
*
netlists-memories: improve ROM inference. For issue #1008
Tristan Gingold
2019-12-05
1
-26
/
+48
|
*
netlists-dump: adjust can_inline after cleanup of
Tristan Gingold
2019-12-05
1
-4
/
+20
|
*
netlists-memories: generate mem_rd_sync gates.
Tristan Gingold
2019-12-05
2
-170
/
+142
|
*
netlists-gates: add comments.
Tristan Gingold
2019-12-05
1
-3
/
+13
|
*
netlists-disp_vhdl: handle id_mem_rd_sync
Tristan Gingold
2019-12-05
1
-0
/
+15
|
*
netlists: add enable port to id_mem_rd_sync.
Tristan Gingold
2019-12-05
2
-10
/
+20
|
*
netlists: add remove_output_gates.
Tristan Gingold
2019-12-05
3
-0
/
+31
|
*
netlists-memories: rework.
Tristan Gingold
2019-12-05
3
-3
/
+857
|
*
synth: add set_location_maybe (for roms).
Tristan Gingold
2019-12-05
3
-2
/
+35
|
*
netlists-disp_vhdl: handle unconnected outputs. Fix #1050
Tristan Gingold
2019-12-04
1
-10
/
+10
|
*
synth: create unique instance name. Fix #1007
Tristan Gingold
2019-12-03
2
-4
/
+155
|
*
synth: add static neg for signed.
Tristan Gingold
2019-12-03
3
-0
/
+42
|
*
synth: support multiple synthesis.
Tristan Gingold
2019-12-02
3
-3
/
+15
|
*
synth: handle static float unary +, abs and exp. For #1044.
Tristan Gingold
2019-12-01
1
-0
/
+7
|
*
synth-insts: use current prefix for instantiations. Fix #1048
Tristan Gingold
2019-12-01
1
-1
/
+2
|
[next]