Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyGHDL: tentatively fix tests failure | Tristan Gingold | 2021-01-16 | 1 | -4/+6 |
| | |||||
* | pyGHDL: remove dependency on attr | Tristan Gingold | 2021-01-16 | 1 | -36/+0 |
| | |||||
* | Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵ | Patrick Lehmann | 2021-01-10 | 3 | -7/+7 |
| | | | | utf-8 encoding/decoding. | ||||
* | Fixed references: Get_Is_Ref has only 1 parameter. | Patrick Lehmann | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Fixed workspace: A function is called, so must be 'Get_Date_State'. | Patrick Lehmann | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵ | umarcor | 2020-12-28 | 1 | -1/+1 |
| | | | | accordingly | ||||
* | pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py' | umarcor | 2020-12-27 | 2 | -129/+23 |
| | |||||
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 11 | -0/+1652 |
* 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'. |