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 (
Expand
)
Author
Age
Files
Lines
*
synth: add assertions
Tristan Gingold
2021-12-19
1
-0
/
+4
*
ghdldrv: fix crash due to double initialization
Tristan Gingold
2021-12-19
1
-2
/
+0
*
synth: handle interface type in generics. For #412
Tristan Gingold
2021-12-15
3
-25
/
+41
*
Fix opening files relative to the current vhdl
Matt Johnston
2021-12-07
1
-0
/
+2
*
synth: add --latches option to enable latches. Fix #938
Tristan Gingold
2021-12-06
2
-1
/
+8
*
synth/elab-vhdl_expr: handle slices and indexed names. Fix #1926
Tristan Gingold
2021-11-29
1
-19
/
+11
*
synth memories: also accept constant signal as memory initial value
Tristan Gingold
2021-11-28
2
-4
/
+9
*
elab-vhdl_objtypes.adb: add an assertion
Tristan Gingold
2021-11-28
1
-0
/
+2
*
elab-vhdl_insts.adb: do not try to elaborate foreign instances twice
Tristan Gingold
2021-11-28
1
-1
/
+6
*
synth-vhdl_insts.adb: split synth_Instantiate_Module
Tristan Gingold
2021-11-28
1
-14
/
+26
*
synth: add hooks to support elaboration of foreign instances
Tristan Gingold
2021-11-28
10
-32
/
+108
*
synth-vhdl_expr: emit an error if use of a signal during elaboration. Fix #1920
Tristan Gingold
2021-11-21
1
-0
/
+7
*
synth: put direction into port desc
Tristan Gingold
2021-11-17
8
-31
/
+30
*
synth: use a global table for instances attributes
Tristan Gingold
2021-11-17
6
-168
/
+117
*
synth: renaming to instance_attributes.
Tristan Gingold
2021-11-17
11
-66
/
+72
*
synth/netlists-disp_verilog: display port attributes
Tristan Gingold
2021-11-17
1
-18
/
+42
*
synth: add ports attributes
Tristan Gingold
2021-11-17
3
-0
/
+120
*
Add comments
Tristan Gingold
2021-11-17
1
-0
/
+2
*
synth: defer instantations elaboration to handle recursion. Fix #1912
Tristan Gingold
2021-11-16
2
-15
/
+110
*
synth: handle syn_black_box attribute in vhdl architectures
Tristan Gingold
2021-11-13
1
-10
/
+75
*
synth: add exec_name_subtype. Fix #1911
Tristan Gingold
2021-11-13
3
-4
/
+52
*
synth: do not display black boxes
Tristan Gingold
2021-11-12
1
-1
/
+6
*
synth: also handle rol. For #1909
Tristan Gingold
2021-11-11
1
-0
/
+5
*
synth: handle ror from numeric_std. Fix #1909
Tristan Gingold
2021-11-11
1
-1
/
+4
*
vhdl: Iir_Kind_Foreign_Module is now a library unit
Tristan Gingold
2021-11-09
3
-9
/
+14
*
vhdl/psl: handle PSL inherit spec. For #1899
Tristan Gingold
2021-11-05
2
-25
/
+28
*
synth: Support alias declarations in vunit
tmeissner
2021-11-02
3
-5
/
+14
*
synth: do full elaboration before synthesis
Tristan Gingold
2021-11-01
58
-1996
/
+5291
*
synth: reject wait statement. Fix #1903
Tristan Gingold
2021-10-29
1
-0
/
+3
*
synth-static_oper: handle or/and reduce operators for unsigned. Fix #1896
Tristan Gingold
2021-10-18
1
-1
/
+5
*
synth: Support PSL declarations in inline PSL
tmeissner
2021-10-14
1
-1
/
+2
*
synth: add support for sequence instance in vunit. Fix #1889
Tristan Gingold
2021-10-13
1
-2
/
+4
*
synth-vhdl_expr.adb: handle more dynamic slice cases. Fix #1886
Tristan Gingold
2021-10-10
1
-42
/
+74
*
synth-vhdl_expr: fix handling of negative factor in slice. For #1886
Tristan Gingold
2021-10-09
1
-25
/
+61
*
synth-vhdl_decls.adb: also detect unassigned variables.
Tristan Gingold
2021-10-09
1
-11
/
+4
*
netlists-disp_verilog: fix name for memory initialization
Tristan Gingold
2021-09-28
1
-3
/
+4
*
netlists-disp_verilog: fix output of parameter assignments. Fix #1866
Tristan Gingold
2021-09-15
1
-12
/
+12
*
netlists-disp_verilog.adb: add 'parameter' before parameters declaration
Tristan Gingold
2021-09-15
1
-1
/
+1
*
synth/netlists-disp_verilog: fix output of parameter values. For #1866
Tristan Gingold
2021-09-15
3
-12
/
+37
*
vhdl: move Get_Source_Identifier to vhdl-utils
Tristan Gingold
2021-09-15
1
-18
/
+0
*
synth-vhdl_oper: handle nor for boolean
Tristan Gingold
2021-09-14
1
-0
/
+1
*
vhdl-canon: recurse for default block configuration of a vunit.
Tristan Gingold
2021-09-12
1
-7
/
+2
*
synth-vhdl_stmts: fix crash on nested if-generate statement in vunits.
Tristan Gingold
2021-09-11
1
-2
/
+5
*
vhdl: allow constants in vunit declarations. Fix #1856
Tristan Gingold
2021-09-08
1
-0
/
+2
*
netlists-cleanup: avoid crash when keep attribute value is a string
Tristan Gingold
2021-09-07
1
-2
/
+39
*
synth-vhdl_stmts.adb: do not expect configuration for vunit.
Tristan Gingold
2021-09-01
1
-3
/
+3
*
synth: handle PSL async_abort and sync_abort. For #1654
Tristan Gingold
2021-08-31
3
-10
/
+44
*
synth-vhdl_stmts: fix a crash on never triggered PSL assertion.
Tristan Gingold
2021-08-29
1
-0
/
+6
*
synth: improve result of is_positive
Tristan Gingold
2021-08-29
4
-10
/
+15
*
netlists-inference: improve location for dff.
Tristan Gingold
2021-08-29
1
-1
/
+1
[next]