aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values.ads
Commit message (Expand)AuthorAgeFilesLines
* synth: fix handling of static index in indexed names. For #1421Tristan Gingold2020-08-031-0/+1
* synth: move copy_memory to synth-objtypes; add unshare.Tristan Gingold2020-05-041-1/+0
* synth: use static values for control nets when possible.Tristan Gingold2020-05-021-1/+0
* synth: move memtyp handling to synth.objtypes.Tristan Gingold2020-04-131-11/+3
* synth: use more memtyp in synth-static_oper.Tristan Gingold2020-04-101-0/+1
* synth: use memtyp in synth-static_oper. Fix #1181Tristan Gingold2020-04-091-0/+3
* synth: refactoring to store static values in wires.Tristan Gingold2020-04-091-2/+3
* synth: extract synth.objtypes from synth.values.Tristan Gingold2020-04-091-216/+1
* synth-values.ads: minor cleanupTristan Gingold2020-04-091-9/+0
* synth: add value_memory and use it to store objects value.Tristan Gingold2020-04-061-81/+104
* synth: more cleanup (and use of valtyp).Tristan Gingold2020-04-021-20/+13
* synth: rework - use valtyp for expressions.Tristan Gingold2020-04-021-17/+31
* synth: use more Dim_Type.Tristan Gingold2020-04-011-6/+6
* synth-expr: handle any object for array attributes.Tristan Gingold2020-03-261-0/+5
* synth: introduce value_to_string.Tristan Gingold2020-03-251-0/+4
* synth: improve propagation of errors.Tristan Gingold2020-03-251-0/+5
* synth: do not crash immediately on access type.Tristan Gingold2020-03-221-0/+5
* synth: remove wbound field of bound_type.Tristan Gingold2020-01-131-6/+0
* synth: handle constants in assignments. Fix for #1080Tristan Gingold2020-01-121-0/+1
* synth: consider ports size to create unique instances.Tristan Gingold2020-01-101-0/+1
* synth: renames Is_Const to Is_Static.Tristan Gingold2019-11-131-2/+3
* synth: add support for file declarations.Tristan Gingold2019-11-131-1/+3
* synth-stmts: return sub arrays/records forTristan Gingold2019-11-121-2/+2
* synth: initial support for file types. For #1004Tristan Gingold2019-11-111-1/+14
* synth: initial support of access type. For #1004Tristan Gingold2019-11-111-1/+17
* synth-value: export get_bound_length.Tristan Gingold2019-11-041-0/+3
* synth: add value_const.Tristan Gingold2019-10-201-3/+20
* synth: remove unused wlen field of bound_type.Tristan Gingold2019-10-031-4/+1
* synth: improve support of arrays or arrays. Fix #955Tristan Gingold2019-10-011-1/+3
* synth: check matching bounds for array equality. Fix #947Tristan Gingold2019-09-301-0/+2
* synth: special handling of 'const' functions.Tristan Gingold2019-09-301-0/+3
* synth: refactoring of alias (allow alias of anything).Tristan Gingold2019-09-301-2/+2
* synth: introduce type_logicTristan Gingold2019-09-291-1/+5
* synth: introduce type_unbounded_vector.Tristan Gingold2019-09-221-0/+4
* synth: remove value_mux2.Tristan Gingold2019-09-181-10/+0
* synth: fold addition on constant nets.Tristan Gingold2019-09-171-1/+3
* synth: extract synth-oper from synth-exprTristan Gingold2019-09-121-0/+3
* synth: improve support of return statement.Tristan Gingold2019-09-111-0/+2
* synth: introduce slice type.Tristan Gingold2019-09-111-0/+7
* synth: Add width field in type_type record.Tristan Gingold2019-09-111-3/+6
* synth: handle alias (WIP, read only).Tristan Gingold2019-09-111-1/+10
* synth: handle const record aggregates.Tristan Gingold2019-09-051-4/+9
* synth: add value_const_array.Tristan Gingold2019-09-051-1/+9
* synth: add support for record types.Tristan Gingold2019-08-291-5/+16
* synth: add support for memories.Tristan Gingold2019-07-291-2/+10
* synth: remove extract_bound (trivial).Tristan Gingold2019-07-281-2/+0
* synth: unconstrained arrays.Tristan Gingold2019-07-281-0/+7
* synth: preliminary support of dynamic indexing.Tristan Gingold2019-07-281-84/+111
* synth: rework range.Tristan Gingold2019-07-261-0/+6
* synth: preliminary support of integer subtypes.Tristan Gingold2019-07-261-0/+2