index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
synth
/
synth-vhdl_stmts.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth_conditiona_signal_assignment: handle simple case directly.
Tristan Gingold
2023-03-14
1
-46
/
+79
*
synth: support selected signal assignment
Tristan Gingold
2023-03-09
1
-0
/
+2
*
synth-vhdl_stmts: handle unaffected in conditional variable assignments
Tristan Gingold
2023-03-02
1
-3
/
+11
*
synth: handle unaffected in simple sequential signal assignment.
Tristan Gingold
2023-02-25
1
-4
/
+9
*
synth: preliminary work for PSL endpoints
Tristan Gingold
2023-02-08
1
-0
/
+17
*
synth: use same layout for records in memory as translate
Tristan Gingold
2023-02-08
1
-7
/
+8
*
simul: use same packing order for nets and for values.
Tristan Gingold
2023-01-30
1
-1
/
+1
*
synth: represent access types as pointers in memory
Tristan Gingold
2023-01-29
1
-2
/
+2
*
synth: add partial support of foreign subprograms
Tristan Gingold
2023-01-20
1
-2
/
+3
*
synth: emit an error message on foreign subprogram calls
Tristan Gingold
2023-01-16
1
-0
/
+11
*
synth: handle invididual assoc with unbounded formals
Tristan Gingold
2023-01-16
1
-6
/
+130
*
synth: more refactoring
Tristan Gingold
2023-01-14
1
-13
/
+11
*
synth: improve error propagation on slices
Tristan Gingold
2023-01-14
1
-2
/
+6
*
synth-vhdl_stmts: introduce synth_individual_formal
Tristan Gingold
2023-01-14
1
-18
/
+107
*
synth-vhdl_stmts: refactoring
Tristan Gingold
2023-01-14
1
-103
/
+131
*
synth: handle protected functions in conversion functions
Tristan Gingold
2023-01-12
1
-6
/
+13
*
synth: handle operator as conversion function
Tristan Gingold
2023-01-12
1
-1
/
+13
*
simul: improve assertion messages for psl
Tristan Gingold
2023-01-11
1
-23
/
+30
*
synth: fix memory allocation in predefined function calls
Tristan Gingold
2023-01-10
1
-1
/
+3
*
synth: handle indexes in arrays conversion
Tristan Gingold
2023-01-10
1
-8
/
+17
*
synth: improve support of individual association for subprograms
Tristan Gingold
2023-01-09
1
-1
/
+2
*
synth-vhdl_stmts: handle indexes in image attribute
Tristan Gingold
2023-01-09
1
-5
/
+8
*
synth: fix handling of formal slices in individual associations
Tristan Gingold
2023-01-09
1
-2
/
+4
*
synth: use same error message for null access as simulation
Tristan Gingold
2023-01-06
1
-1
/
+1
*
synth: detect null access dereference, fix offset.
Tristan Gingold
2023-01-04
1
-3
/
+12
*
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
*
synth: elaborate case generate statements
Tristan Gingold
2023-01-01
1
-16
/
+18
*
synth: add statement in context, adjust path/instance name attributes
Tristan Gingold
2022-12-31
1
-3
/
+4
*
synth: add value_sig_val to handle individual signal associations
Tristan Gingold
2022-12-26
1
-19
/
+15
*
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
1
-1
/
+1
*
synth-vhdl_stmts: handle impure functions.
Tristan Gingold
2022-12-16
1
-1
/
+8
*
synth: avoid a crash on signal assignment in non-sensitized process.
Tristan Gingold
2022-11-14
1
-2
/
+9
*
Added id to warnings related to attributes. (#2242)
cderrien
2022-11-08
1
-1
/
+5
*
synth: extract elab-vhdl_utils from synth-vhdl_stmts.
Tristan Gingold
2022-10-18
1
-142
/
+8
*
synth-vhdl_stmts(synth_verification_unit): always set instance_pool.
Tristan Gingold
2022-10-13
1
-1
/
+3
*
simul: signal attributes in actuals
Tristan Gingold
2022-10-06
1
-2
/
+4
*
simul: complete concurrent procedure calls
Tristan Gingold
2022-10-06
1
-0
/
+5
*
synth: avoid crash on invalid hdl in psl. Fix #2204
Tristan Gingold
2022-10-03
1
-4
/
+9
*
synth: improve error recovery
Tristan Gingold
2022-10-02
1
-0
/
+3
*
synth-vhdl_stmts: handle passive process. Fix ghdl/ghdl-yosys-plugin#174
Tristan Gingold
2022-10-02
1
-18
/
+204
*
synth: factorize code
Tristan Gingold
2022-09-30
1
-8
/
+1
*
synth: handle guard signal in expressions
Tristan Gingold
2022-09-28
1
-0
/
+1
*
synth: handle null-range loops
Tristan Gingold
2022-09-28
1
-14
/
+23
*
synth: handle names in record aggregate targets
Tristan Gingold
2022-09-28
1
-0
/
+12
*
synth: handle array target aggregate
Tristan Gingold
2022-09-27
1
-2
/
+6
*
synth: handle attributes in configurations
Tristan Gingold
2022-09-26
1
-0
/
+1
*
synth: rework error procedure, always pass the instance
Tristan Gingold
2022-09-25
1
-21
/
+24
[next]