aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-elocations.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: parse PSL inherit spec. For #1899Tristan Gingold2021-11-041-0/+1
|
* vhdl: remove iir_kind_anonymous_signal_declaration (now unused)Tristan Gingold2021-08-241-1/+0
|
* vhdl: introduce iir_kind_association_element_by_nameTristan Gingold2021-08-061-0/+1
|
* vhdl: add Iir_Kind_Foreign_ModuleTristan Gingold2021-04-051-0/+1
|
* Add support for PSL onehot/onehot0 functions (#1633)T. Meissner2021-02-091-0/+2
| | | | | | | | | | | | | | | * vhdl: parse PSL onehot/onehot0 builtin calls. For #662 * update pyGHDL bindings * Synthesis of PSL built-in onehot/onehot0 function. * testsuite/synth: add tests of PSL built-in functions onehot()/onehot0() for #662 * doc: add info about PSL built-in functions onehot()/onehot0() for #662 * synth: refactor synthesis of onehot/onehot0 functions Co-authored-by: eine <eine@users.noreply.github.com>
* Update copyright headers for vhdl-elocations*Tristan Gingold2021-02-041-1/+1
|
* update license headersumarcor2021-01-141-11/+9
|
* vhdl: parse subprogram instantiations. For #1470Tristan Gingold2020-09-241-0/+2
|
* vhdl: parse and analyze force/release signal assignment statements.Tristan Gingold2020-08-011-0/+2
| | | | For #1416
* vhdl: parse PSL prev/stable/rose/fell builtin calls. For #662Tristan Gingold2020-06-021-0/+4
|
* ams-vhdl: add support for 'delayed for quantity.Tristan Gingold2019-12-311-0/+1
|
* ams-vhdl: handle zoh, ltf and ztf attributes.Tristan Gingold2019-12-311-0/+3
|
* ams-vhdl: add simultaneous null statement.Tristan Gingold2019-12-301-0/+2
|
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-281-2/+43
|
* vhdl: parse verification unit (WIP).Tristan Gingold2019-08-171-0/+1
|
* vhdl: declare verification units (WIP).Tristan Gingold2019-08-161-2/+5
|
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * vhdl: make the parser understand PSL assume * assume does not actually have report according to the spec. Just a property. * add SPL assume to semantic analysis * canonicalise PSL assume * add assume to annotations * add PSL assume to simulation code * statement -> directive * add assume to translation files * update ticked24 testcase * correctly parse assume * add assume testcase * refactor chunk of duplicated code
* vhdl: rename Cover_Statement to Cover_Directive.Tristan Gingold2019-07-041-1/+1
|
* vhdl: parse and analyze restrict directive.Tristan Gingold2019-07-041-0/+1
|
* vhdl: add anonymous_signal_declaration.Tristan Gingold2019-07-031-0/+1
|
* vhdl: add hook on free_node, automatically freeTristan Gingold2019-05-221-1/+21
|
* vhdl: move nodes to vhdl.nodes_priv.Tristan Gingold2019-05-051-4/+4
|
* vhdl: move elocations* packages to vhdl children.Tristan Gingold2019-05-051-0/+710