aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/vhdl/nodes.py
Commit message (Collapse)AuthorAgeFilesLines
* synth: handle verification units.Tristan Gingold2019-08-201-0/+4
|
* vhdl: parse verification unit (WIP).Tristan Gingold2019-08-171-242/+243
|
* vhdl: declare verification units (WIP).Tristan Gingold2019-08-161-207/+226
|
* vhdl: recognize PSL units reserved words.Tristan Gingold2019-08-161-27/+41
|
* vhdl: remove unused Get/Set_Choice_Order.Tristan Gingold2019-08-091-4/+0
|
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-071-87/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* python: regenerate files.Tristan Gingold2019-07-261-66/+76
|
* Fix a merge collision.Tristan Gingold2019-07-081-154/+84
|
* vhdl: rename Cover_Statement to Cover_Directive.Tristan Gingold2019-07-041-3/+3
|
* vhdl: parse and analyze restrict directive.Tristan Gingold2019-07-041-1/+74
|
* vhdl: add anonymous_signal_declaration.Tristan Gingold2019-07-031-167/+222
|
* Rework libghdl build/install procedure (#840)1138-4EB2019-06-171-0/+2374
* feat(libghdl): add libghdl_pkg.py, add option to generate libghdl-py.tgz with dist/travis/build.sh * libghdl*.so is now part of GHDL * move python sources to python/libghdl and python/pnodes * rename src/vhdl/python to src/vhdl/libghdl * add generation of tarball for libghdl-py to the makefile * deprecate --enable-python and --disable-python * add configuration option --disable-libghdl * feat(python/libghdl): add support for LIBGHDL_PREFIX (#844) * fix(travis): disable libghdl on mac * feat(python/libghdl): add support for GHDL_BIN_PATH and VUNIT_GHDL_PATH