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-environment: add Loc parameter to Add_Conc_Assign
Tristan Gingold
2022-07-11
1
-1
/
+1
*
synth-vhdl_stmts: fix handling of instantiated subprograms
Tristan Gingold
2022-06-06
1
-1
/
+3
*
synth-vhdl_stmts: handle alias in assignment expression
Tristan Gingold
2022-06-06
1
-2
/
+1
*
synth-vhdl_stmts: do not convert out variable on call
Tristan Gingold
2022-05-31
1
-3
/
+8
*
synth-vhdl_stmts: export Synth_Subprogram_Back_Association
Tristan Gingold
2022-05-31
1
-7
/
+10
*
synth-vhdl_stmts: export two procedures, adjust assertion message
Tristan Gingold
2022-05-29
1
-5
/
+6
*
synth: move procedure call copyback values in context
Tristan Gingold
2022-05-25
1
-69
/
+25
*
vhdl: move Is_Copyback_Parameter to vhdl-utils
Tristan Gingold
2022-05-25
1
-12
/
+2
*
synth: add value_dyn_alias in elab-vhdl_values
Tristan Gingold
2022-05-25
1
-66
/
+125
*
elab-vhdl_objtypes: use value_offsets for record elements offset.
Tristan Gingold
2022-05-24
1
-4
/
+1
*
synth-vhdl_stmts: minor refactoring
Tristan Gingold
2022-05-24
1
-12
/
+23
*
synth-vhdl_stmts: rework synth_subprogram_association
Tristan Gingold
2022-05-23
1
-35
/
+35
*
synth: use same elements for unbounded arrays and vectors
Tristan Gingold
2022-05-22
1
-4
/
+4
*
synth: merge value for type_vector and type_array
Tristan Gingold
2022-05-22
1
-2
/
+2
*
synth: use unidimentional arrays in type_acc. Factorize code.
Tristan Gingold
2022-05-22
1
-2
/
+4
*
synth-vhdl_stmts: write generic procedure Assign_Aggregate.
Tristan Gingold
2022-05-21
1
-14
/
+16
*
synth-vhdl_stmts: avoid a crash after an error. Fix #2063
Tristan Gingold
2022-05-18
1
-1
/
+4
*
synth-vhdl_stmts: add comments about report statements
Tristan Gingold
2022-05-18
1
-5
/
+51
*
synth-vhdl_stmts: add a comment
Tristan Gingold
2022-05-17
1
-0
/
+2
*
fix: avoid "pragma Unreferenced given" warnings with GCC 12
Xiretza
2022-05-14
1
-1
/
+1
*
synth-vhdl_stmts: export synth_target
Tristan Gingold
2022-05-12
1
-35
/
+0
*
synth: add a flag to force creation of variables
Tristan Gingold
2022-05-11
1
-2
/
+1
*
synth: add current_stmt, minor rework
Tristan Gingold
2022-05-09
1
-61
/
+64
*
synth-vhdl_stmts: handle static evaluation for cond variable assignment
Tristan Gingold
2022-04-28
1
-18
/
+53
*
synth-vhdl_stmts: add implicit conversion for cond assignment
Tristan Gingold
2022-04-27
1
-0
/
+5
*
synth-vhdl_stmts: check subtype compatibility for scalar signal assoc.
Tristan Gingold
2022-04-15
1
-1
/
+58
*
synth: do not emit a warning for the gclk attribute. Fix #2035
Tristan Gingold
2022-04-13
1
-1
/
+2
*
synth: handle type declarations in vunit. Fix #2034
Tristan Gingold
2022-04-13
1
-11
/
+15
*
synth: add support for subtype declaration in vunits. Fix #2033
Tristan Gingold
2022-04-13
1
-2
/
+4
*
synth-vhdl_stmts: emit an error message on missing return. Fix #2019
Tristan Gingold
2022-04-06
1
-1
/
+3
*
synth: add debug_bt
Tristan Gingold
2022-03-08
1
-0
/
+1
*
synth: handle concatenation of unbounded types. Fix #1993
Tristan Gingold
2022-03-08
1
-2
/
+2
*
synth: properly propagate bound errors. Fix #1972
Tristan Gingold
2022-02-17
1
-2
/
+5
*
synth: adjust handling of subprogram calls in package instantiation. Fix #1947
Tristan Gingold
2022-01-16
1
-3
/
+14
*
vhdl/psl: handle PSL inherit spec. For #1899
Tristan Gingold
2021-11-05
1
-15
/
+17
*
synth: Support alias declarations in vunit
tmeissner
2021-11-02
1
-2
/
+7
*
synth: do full elaboration before synthesis
Tristan Gingold
2021-11-01
1
-146
/
+85
*
synth: reject wait statement. Fix #1903
Tristan Gingold
2021-10-29
1
-0
/
+3
*
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
*
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
*
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
1
-1
/
+33
*
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
1
-1
/
+4
*
synth: do not remove signals with a keep attribute.
Tristan Gingold
2021-08-27
1
-1
/
+2
*
vhdl: remove iir_kind_anonymous_signal_declaration (now unused)
Tristan Gingold
2021-08-24
1
-2
/
+0
*
synth-vhdl_stmts: add location on Addidx
Tristan Gingold
2021-06-21
1
-0
/
+2
[next]