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: fix handling of extended enumeration identifiers.
Tristan Gingold
2023-01-09
1
-1
/
+24
*
synth: fix handling of formal slices in individual associations
Tristan Gingold
2023-01-09
1
-2
/
+4
*
synth: allow finalization of protected bodies
Tristan Gingold
2023-01-09
1
-0
/
+2
*
synth: rework value attribute
Tristan Gingold
2023-01-09
3
-108
/
+173
*
synth: handle value attribute for physical types
Tristan Gingold
2023-01-06
1
-0
/
+73
*
synth: use same error message for null access as simulation
Tristan Gingold
2023-01-06
2
-2
/
+2
*
elab-vhdl_debug: makes work and std visible
Tristan Gingold
2023-01-05
1
-4
/
+17
*
synth: handle generic mapped packages
Tristan Gingold
2023-01-05
2
-2
/
+10
*
elab-debugger: fix crash on backtrace in concurrent statement
Tristan Gingold
2023-01-05
1
-2
/
+4
*
synth-vhdl_decls: manually elaborate protected type body
Tristan Gingold
2023-01-04
2
-6
/
+27
*
synth: detect null access dereference, fix offset.
Tristan Gingold
2023-01-04
2
-4
/
+19
*
elab-vhdl_debug: avoid a crash on error in print
Tristan Gingold
2023-01-04
1
-5
/
+9
*
elab-vhdl_debug: handle protected type body, nested packages
Tristan Gingold
2023-01-04
1
-5
/
+11
*
elab-vhdl_debug: add pheap command, improve access display
Tristan Gingold
2023-01-04
1
-1
/
+32
*
elab-debugger: improve backtrace, source display
Tristan Gingold
2023-01-04
1
-6
/
+19
*
synth-ieee-numeric_std: avoid a crash on mul with meta-values
Tristan Gingold
2023-01-04
1
-19
/
+29
*
synth: check length of selector in case statement
Tristan Gingold
2023-01-04
1
-0
/
+4
*
synth: fix handling of target aggregate in conditional variable assignment
Tristan Gingold
2023-01-04
1
-3
/
+4
*
simul: handle force/release signal assignments
Tristan Gingold
2023-01-03
1
-1
/
+3
*
synth: handle more 2008 aggregates
Tristan Gingold
2023-01-03
3
-11
/
+43
*
synth-vhdl_aggr: minor renaming
Tristan Gingold
2023-01-03
1
-8
/
+9
*
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
[prev]
[next]