aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_inst.adb
Commit message (Expand)AuthorAgeFilesLines
* Fixed some typos (#1868)Patrick Lehmann2021-09-161-2/+2
* vhdl: handle object interface using an interface type. Fix #1726Tristan Gingold2021-04-171-3/+26
* vhdl: analyze subprogram instantiations. WIP. For #1470Tristan Gingold2020-09-261-0/+31
* vhdl: parse and analyze force/release signal assignment statements.Tristan Gingold2020-08-011-0/+2
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-2/+2
* vhdl: handling attribute specification in instantiations. Fix #1229Tristan Gingold2020-04-161-1/+39
* vhdl: add scalar_size. Size of scalar types is computed during analysis.Tristan Gingold2020-04-061-0/+2
* vhdl: move get_subprogram_body_origin to vhdl-sem_inst.Tristan Gingold2020-03-241-0/+13
* vhdl-sem_inst: recompute subprogram hash after instantiation.Tristan Gingold2020-01-221-0/+6
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-4/+4
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-1/+1
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
* vhdl: move nodes_meta package to vhdl child.Tristan Gingold2019-05-061-1/+1
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
* vhdl: move nodes to vhdl.nodes_priv.Tristan Gingold2019-05-051-5/+5
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-0/+1217