Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 2 | -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 typo | Tristan Gingold | 2020-09-24 | 1 | -1/+1 |
| | |||||
* | py: run black | eine | 2020-09-15 | 1 | -2/+1 |
| | |||||
* | vhdl: recognize reduce operations from numeric_std. | Tristan Gingold | 2020-09-14 | 1 | -14/+4 |
| | | | | Handle them in synthesis. | ||||
* | python: execute 'black' | eine | 2020-08-23 | 2 | -384/+450 |
| | |||||
* | types: introduce Direction_Type, which replaces Iir_Direction. | Tristan Gingold | 2020-04-20 | 1 | -1/+0 |
| | | | | Global renaming. | ||||
* | pnodes.py: be strict about comments, refactoring. | Tristan Gingold | 2019-08-07 | 1 | -42/+62 |
| | |||||
* | Move pnodes.py.py to xtools directory. | Tristan Gingold | 2019-07-04 | 1 | -0/+248 |
| | |||||
* | fix: move src/xtools to python/xtools (#846) | 1138-4EB | 2019-06-17 | 1 | -0/+929 |
* fix: move src/xtools to python/xtools * fix Makefiles affected by xtools and pnodes being moved |