aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Add names for formal input gates/attributes.Tristan Gingold2019-10-301-167/+173
* vhdl: recognize std_logic_unsigned.conv_integer.Tristan Gingold2019-10-131-18/+19
* vhdl: recognize conv_integer functions from std_logic_arith.Tristan Gingold2019-10-112-172/+178
* vhdl: recognize std_logic_signed package (from synopsys).Tristan Gingold2019-10-112-6/+16
* vhdl: recognize minus from std_logic_unsignedTristan Gingold2019-10-111-22/+27
* vhdl: recognize conv_unsigned from ieee.std_logic_arith.Tristan Gingold2019-10-102-171/+176
* synth: handle package bodies.Tristan Gingold2019-10-072-302/+304
* vhdl: recognize div operators.Tristan Gingold2019-09-301-90/+96
* vhdl: recognize rotate functions.Tristan Gingold2019-09-222-217/+223
* vhdl: add exit/next flags.Tristan Gingold2019-09-182-95/+115
* vhdl: recognize numeric_std shift_left.Tristan Gingold2019-09-112-217/+223
* vhdl: recognize numeric_std mul.Tristan Gingold2019-09-071-82/+88
* vhdl: renames Conditional_Expression to Conditional_Expression_Chain.Tristan Gingold2019-09-022-5/+5
* vhdl synth: recognize more operators (add uns log).Tristan Gingold2019-09-021-91/+95
* vhdl: recognize ieee.numeric_std std_match.Tristan Gingold2019-08-302-196/+202
* vhdl: recognize 1164 condition operator, handle in synth.Tristan Gingold2019-08-302-109/+118
* synth: handle verification units.Tristan Gingold2019-08-202-245/+253
* vhdl: parse verification unit (WIP).Tristan Gingold2019-08-171-242/+243
* vhdl: declare verification units (WIP).Tristan Gingold2019-08-163-479/+510
* vhdl: recognize PSL units reserved words.Tristan Gingold2019-08-163-723/+745
* libghdl: preliminary work to also support synth.Tristan Gingold2019-08-131-0/+1
* vhdl: remove unused Get/Set_Choice_Order.Tristan Gingold2019-08-092-276/+268
* pnodes.py: be strict about comments, refactoring.Tristan Gingold2019-08-071-42/+62
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-072-110/+117
* python: regenerate files.Tristan Gingold2019-07-263-287/+302
* libghdl: import Free_Dependence_List.Tristan Gingold2019-07-111-0/+2
* libghdl: automatically set the prefix from shared libraryTristan Gingold2019-07-091-12/+17
* python: add errorout_console, disp_config.Tristan Gingold2019-07-082-0/+6
* 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-042-21/+96
* Move pnodes.py.py to xtools directory.Tristan Gingold2019-07-041-3/+0
* vhdl: add anonymous_signal_declaration.Tristan Gingold2019-07-032-340/+401
* python: refine the result of set_option.Tristan Gingold2019-06-261-1/+2
* python: add __init__.py files.Tristan Gingold2019-06-252-0/+0
* libghdl: fix support for non-posix OS.Tristan Gingold2019-06-241-1/+2
* python: add version.py, check it in configure.Tristan Gingold2019-06-243-21/+4
* libraries.py: add more bindings.Tristan Gingold2019-06-241-0/+4
* setup.py: rework version extraction.Tristan Gingold2019-06-212-3/+37
* libghdl: just put the version in config.pyTristan Gingold2019-06-201-23/+33
* libghdl/__init__.py: rework prefix search.Tristan Gingold2019-06-201-23/+55
* Move setup.pyTristan Gingold2019-06-201-2/+2
* fix: move src/xtools to python/xtools (#846)1138-4EB2019-06-171-0/+929
* Rework libghdl build/install procedure (#840)1138-4EB2019-06-1727-0/+5864