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: introduce type_array_unbounded
Tristan Gingold
2023-01-03
10
-48
/
+139
*
synth: fix handling of record subtypes for objects
Tristan Gingold
2023-01-03
1
-0
/
+1
*
synth: adjust exec_name_subtype for function calls
Tristan Gingold
2023-01-03
1
-0
/
+7
*
synth: add support of interface subprogram
Tristan Gingold
2023-01-03
2
-29
/
+23
*
synth: improve support of vhdl-08 arrays
Tristan Gingold
2023-01-02
3
-13
/
+40
*
synth: fix to_string for character
Tristan Gingold
2023-01-02
1
-1
/
+9
*
synth: add support for nested packages
Tristan Gingold
2023-01-02
3
-19
/
+87
*
synth: elaborate case generate statements
Tristan Gingold
2023-01-01
5
-17
/
+72
*
simul: handle nested packages
Tristan Gingold
2023-01-01
2
-0
/
+14
*
elab-vhdl_expr: fix a crash on simple aggregate
Tristan Gingold
2022-12-31
1
-8
/
+2
*
synth: handle string literals in debug
Tristan Gingold
2022-12-31
1
-1
/
+2
*
synth: add statement in context, adjust path/instance name attributes
Tristan Gingold
2022-12-31
9
-42
/
+91
*
synth: check bounds for pos and val attributes
Tristan Gingold
2022-12-26
1
-3
/
+10
*
synth: improve support of value attribute
Tristan Gingold
2022-12-26
1
-3
/
+36
*
simul: handle driving and driving_value attributes
Tristan Gingold
2022-12-26
2
-0
/
+15
*
synth: handle instance_name attribute
Tristan Gingold
2022-12-26
5
-9
/
+115
*
synth: add support for numeric_std_unsigned add, sub, fix #2286
tmeissner
2022-12-26
1
-2
/
+8
*
synth: add support for to_x01z. Fix #2285
Tristan Gingold
2022-12-26
1
-1
/
+3
*
simul: allow unassigned top generics
Tristan Gingold
2022-12-26
1
-2
/
+8
*
synth: add value_sig_val to handle individual signal associations
Tristan Gingold
2022-12-26
11
-23
/
+128
*
synth-vhdl_stmts(Aggregate_Array_Extract): fix offset for vector extraction
Tristan Gingold
2022-12-26
1
-1
/
+2
*
synth: handle element in target aggregate. Fix #2279
Tristan Gingold
2022-12-22
1
-3
/
+7
*
synth: factorize code (Exec_Name_Subtype). Fix #2273
Tristan Gingold
2022-12-18
4
-84
/
+26
*
Restore latch inference.
cderrien
2022-12-16
1
-5
/
+1
*
synth-vhdl_stmts: handle impure functions.
Tristan Gingold
2022-12-16
1
-1
/
+8
*
synth-vhdl_eval: minor refactoring
Tristan Gingold
2022-11-30
1
-32
/
+38
*
synth-vhdl_oper: handle more operators.
Tristan Gingold
2022-11-30
1
-51
/
+131
*
synth-vhdl_oper: complete rework on predefined functions.
Tristan Gingold
2022-11-30
2
-645
/
+571
*
synth-vhdl_oper: refactoring
Tristan Gingold
2022-11-30
1
-61
/
+86
*
synth-vhdl_eval(eval_static_predefined_function_call): handle all operations
Tristan Gingold
2022-11-28
3
-983
/
+953
*
synth: improve error message for ghdl/ghdl-yosys-plugin#179
Tristan Gingold
2022-11-15
1
-1
/
+3
*
synth: avoid a crash on signal assignment in non-sensitized process.
Tristan Gingold
2022-11-14
1
-2
/
+9
*
Remove trailing spaces
Tristan Gingold
2022-11-08
1
-1
/
+1
*
elab-vhdl_expr: fix a crash on simple aggregates. Fix #2240
Tristan Gingold
2022-11-08
2
-15
/
+13
*
Added id to warnings related to attributes. (#2242)
cderrien
2022-11-08
4
-2
/
+20
*
Escape port name in dot output. (#2241)
cderrien
2022-11-08
1
-1
/
+1
*
netlists-memories: refactoring
Tristan Gingold
2022-11-06
1
-113
/
+105
*
netlists-memories: factorize code.
Tristan Gingold
2022-11-06
1
-83
/
+41
*
netlists: factorize code
Tristan Gingold
2022-11-06
1
-100
/
+56
*
synth-environment.adb: fix warning
Tristan Gingold
2022-11-05
1
-1
/
+0
*
synth: rework memory inference. Fix #2232
Tristan Gingold
2022-11-05
3
-78
/
+233
*
netlists-builders: allow building mem_wr_sync without clk and en.
Tristan Gingold
2022-11-05
1
-4
/
+10
*
synth: infere a dff (instead of an idff) when the init value is X
Tristan Gingold
2022-11-03
2
-6
/
+21
*
synth: handle bit/unsigned and bit/signed vhdl 08 operators.
Tristan Gingold
2022-11-02
1
-12
/
+36
*
netlists-inference: handle flip-flop with different patterns.
Tristan Gingold
2022-10-30
1
-23
/
+75
*
netlists-gates: add a comment
Tristan Gingold
2022-10-30
1
-0
/
+1
*
synth: internal refactoring
Tristan Gingold
2022-10-29
4
-121
/
+93
*
elab-vhdl_types: abstract elab_floating_type_definition
Tristan Gingold
2022-10-29
1
-10
/
+15
*
synth: fix crash in disp_verilog. Fix #2234
Tristan Gingold
2022-10-29
1
-3
/
+8
*
synth: handle copyback associations in any order.
Tristan Gingold
2022-10-19
1
-12
/
+30
[next]