aboutsummaryrefslogtreecommitdiffstats
path: root/python/xtools
Commit message (Collapse)AuthorAgeFilesLines
* rework 'python', rename to 'pyGHDL'umarcor2020-12-272-1251/+0
| | | | | | | | | | * Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'.
* pnodes.py: fix a typoTristan Gingold2020-09-241-1/+1
|
* py: run blackeine2020-09-151-2/+1
|
* vhdl: recognize reduce operations from numeric_std.Tristan Gingold2020-09-141-14/+4
| | | | Handle them in synthesis.
* python: execute 'black'eine2020-08-232-384/+450
|
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-1/+0
| | | | Global renaming.
* pnodes.py: be strict about comments, refactoring.Tristan Gingold2019-08-071-42/+62
|
* Move pnodes.py.py to xtools directory.Tristan Gingold2019-07-041-0/+248
|
* fix: move src/xtools to python/xtools (#846)1138-4EB2019-06-171-0/+929
* fix: move src/xtools to python/xtools * fix Makefiles affected by xtools and pnodes being moved