aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-disp_tree.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl-disp_tree: disp integer literal valueTristan Gingold2021-08-041-15/+27
|
* update license headersumarcor2021-01-141-11/+9
|
* vhdl: parse and analyze force/release signal assignment statements.Tristan Gingold2020-08-011-0/+12
| | | | For #1416
* vhdl: replace base_type with parent_type in nodesTristan Gingold2020-07-221-0/+1
| | | | | Only for subtype definition and remove base_type in type definitions. Allows to better track the addition of contraints.
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-7/+7
| | | | Global renaming.
* vhdl: add scalar_size. Size of scalar types is computed during analysis.Tristan Gingold2020-04-061-0/+16
|
* psl: add psl-types, psl-nodes_priv.Tristan Gingold2019-05-101-0/+1
|
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-4/+4
|
* vhdl: move nodes_meta package to vhdl child.Tristan Gingold2019-05-061-3/+3
|
* vhdl: move disp_tree and disp_vhdl as vhdl child.Tristan Gingold2019-05-041-0/+604