aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-objtypes.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: extract synth-memtype from synth-objtypesTristan Gingold2021-04-211-99/+3
* update license headersumarcor2021-02-051-5/+3
* synth: improve handling of null-range nets.Tristan Gingold2020-12-121-0/+11
* synth-objtypes: fix width computation. Fix #1509Tristan Gingold2020-11-161-1/+1
* synth: minor refactoring. Move In_Bounds/In_Range to synth-objtypes.Tristan Gingold2020-09-261-0/+20
* synth: handle non-text file (add signatures).Tristan Gingold2020-05-151-1/+2
* synth-objtypes: tentatively try to fix warnings. For #1308Tristan Gingold2020-05-131-32/+48
* synth-objtypes: use Address to avoid compiler warnings. For #1308.Tristan Gingold2020-05-131-23/+22
* synth: initial support of unbounded records. Fix #1283Tristan Gingold2020-05-051-2/+19
* synth: move copy_memory to synth-objtypes; add unshare.Tristan Gingold2020-05-041-0/+17
* synth: use static values for control nets when possible.Tristan Gingold2020-05-021-5/+30
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-5/+5
* synth: reject protected types. Fix #1244Tristan Gingold2020-04-191-2/+18
* synth: move memtyp handling to synth.objtypes.Tristan Gingold2020-04-131-0/+180
* synth: extract synth.objtypes from synth.values.Tristan Gingold2020-04-091-0/+572