aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-objtypes.ads
Commit message (Expand)AuthorAgeFilesLines
* update license headersumarcor2021-02-051-5/+3
* synth: improve handling of null-range nets.Tristan Gingold2020-12-121-0/+8
* synth: minor refactoring. Move In_Bounds/In_Range to synth-objtypes.Tristan Gingold2020-09-261-0/+3
* synth: add support for static numeric_std division.Tristan Gingold2020-07-301-0/+1
* synth: handle non-text file (add signatures).Tristan Gingold2020-05-151-1/+2
* synth-aggr: create constrained record type if needed.Tristan Gingold2020-05-141-0/+2
* synth: handle Pos attribute for booleans.Tristan Gingold2020-05-071-0/+1
* synth: initial support of unbounded records. Fix #1283Tristan Gingold2020-05-051-1/+4
* synth: move copy_memory to synth-objtypes; add unshare.Tristan Gingold2020-05-041-0/+4
* synth: use static values for control nets when possible.Tristan Gingold2020-05-021-0/+6
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-3/+3
* synth: improve handling of nested memories. Fix #1250Tristan Gingold2020-04-201-0/+2
* synth: reject protected types. Fix #1244Tristan Gingold2020-04-191-1/+6
* synth: move memtyp handling to synth.objtypes.Tristan Gingold2020-04-131-0/+37
* synth: set no_strict_aliasing on memory_ptr.Tristan Gingold2020-04-131-1/+2
* synth: refactoring to store static values in wires.Tristan Gingold2020-04-091-0/+2
* synth: extract synth.objtypes from synth.values.Tristan Gingold2020-04-091-0/+243