Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed usage of config.sh. | Patrick Lehmann | 2021-01-16 | 9 | -83/+101 |
| | |||||
* | Another round of improvements. | Patrick Lehmann | 2021-01-16 | 11 | -228/+270 |
| | |||||
* | Added filter.analyze.sh (licensed under Apache 2.0 and GPL) | Patrick Lehmann | 2021-01-16 | 1 | -0/+143 |
| | |||||
* | Updated scripts with version from stale branch. | Patrick Lehmann | 2021-01-16 | 10 | -1910/+2172 |
| | |||||
* | Reworking pre-compile script for OSVVM. | Patrick Lehmann | 2021-01-16 | 4 | -258/+474 |
| | |||||
* | doc: clarify that frelaxed needs to be after std (#1601) | umarcor | 2021-01-16 | 1 | -0/+2 |
| | |||||
* | update version/copyright year | umarcor | 2021-01-16 | 3 | -3/+3 |
| | |||||
* | doc/using/InvokingGHDL: style | umarcor | 2021-01-16 | 1 | -73/+143 |
| | |||||
* | doc/using/Synthesis: style | umarcor | 2021-01-16 | 1 | -16/+16 |
| | |||||
* | Reworking pre-compile scripts for Windows (#1594) | Patrick Lehmann | 2021-01-15 | 64 | -2580/+2443 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated pre-compile scripts for OSVVM. * Reworked script for Vivado. * Reworked script for ISE. * Reworked UVVM compile script. Cannot be tested due to missing feature in GHDL see #1593. * Reworked scripts for Altera, Intel and Lattice. * Updated module imports. * Adjusted warnings. * Read OSVVM package files from compile-order file 'osvvm.pro'. * Support OSVVM and OSVVMLibraries as source directory. * Added support for OSVVM models to precompile script. * First update to the pre-compile scripts documentation. * Minimized file headers and redundant documentation. Using PowerShell's feature to document files, functions and modules. * Updated README in precompile scripts directory. * license: update headers of pyGHDL, scripts/windows, libraries/vendors * Fixed ForegroundColor and InvocationName. Co-authored-by: umarcor <unai.martinezcorral@ehu.eus> | ||||
* | update license headers | umarcor | 2021-01-14 | 637 | -6974/+5731 |
| | |||||
* | testsuite/synth: add testcase for #1591 | Tristan Gingold | 2021-01-13 | 6 | -0/+149 |
| | |||||
* | synth: always finalize declarations. Fix #1591 | Tristan Gingold | 2021-01-13 | 6 | -24/+101 |
| | |||||
* | ci: deprecate Travis in favour of GitHub Actions | eine | 2021-01-13 | 7 | -161/+89 |
| | |||||
* | ci: codecov needs the repo to be checked out in job 'coverage-publish' | umarcor | 2021-01-12 | 1 | -0/+3 |
| | |||||
* | libraries/openieee: update license headers | umarcor | 2021-01-12 | 11 | -22/+22 |
| | |||||
* | vhdl-formatters: add realignment | Tristan Gingold | 2021-01-11 | 5 | -6/+239 |
| | |||||
* | pyGHDL: fix wrappers for lists | Tristan Gingold | 2021-01-11 | 1 | -9/+9 |
| | |||||
* | Fix codacy warnings in build_1164.py | Tristan Gingold | 2021-01-11 | 1 | -6/+4 |
| | |||||
* | Fixes for Python files. | Patrick Lehmann | 2021-01-10 | 11 | -130/+204 |
| | |||||
* | Improved docstrings. | Patrick Lehmann | 2021-01-10 | 2 | -104/+118 |
| | |||||
* | Changed pyGHDL.libghdl.utils from package to module. | Patrick Lehmann | 2021-01-10 | 1 | -0/+0 |
| | |||||
* | Typo fixes in Ada code. | Patrick Lehmann | 2021-01-10 | 3 | -48/+48 |
| | |||||
* | Documented files_map. | Patrick Lehmann | 2021-01-10 | 1 | -20/+203 |
| | |||||
* | Enhanced docstrings for Python/Ada interface. | Patrick Lehmann | 2021-01-10 | 16 | -109/+650 |
| | |||||
* | Auto generate @export for classes via pnodespy. | Patrick Lehmann | 2021-01-10 | 1 | -7/+19 |
| | |||||
* | Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵ | Patrick Lehmann | 2021-01-10 | 7 | -19/+20 |
| | | | | utf-8 encoding/decoding. | ||||
* | Implemented a decorator to pre-calculate enum position to enum literal name ↵ | Patrick Lehmann | 2021-01-10 | 3 | -38/+70 |
| | | | | lookups. | ||||
* | Adding types and docstrings to libghdl. | Patrick Lehmann | 2021-01-10 | 12 | -55/+185 |
| | |||||
* | doc: mention 'ghdl fmt' | Tristan Gingold | 2021-01-09 | 1 | -1/+10 |
| | |||||
* | testsuite/gna: add a test for fmt command | Tristan Gingold | 2021-01-09 | 4 | -0/+62 |
| | |||||
* | testsuite/sanity: improve 004all08 (add sized bit strings) | Tristan Gingold | 2021-01-09 | 1 | -3/+3 |
| | |||||
* | vhdl: rework formatter engine, add 'ghdl fmt' command | Tristan Gingold | 2021-01-09 | 8 | -482/+792 |
| | |||||
* | testsuite/gna: add a reproducer for #1588 | Tristan Gingold | 2021-01-09 | 3 | -0/+225 |
| | |||||
* | src/vhd: remove use of chapter sign in comment to have on ASCII characters | Tristan Gingold | 2021-01-09 | 11 | -36/+36 |
| | | | | (except for vhdl-scanner) | ||||
* | readme: add coverage shields/badges | umarcor | 2021-01-08 | 1 | -0/+9 |
| | |||||
* | ci/coverage: publish coverage report at CodeCov and Codacy | umarcor | 2021-01-08 | 1 | -17/+58 |
| | |||||
* | ci/macos: p7zip is pre-installed now | umarcor | 2021-01-08 | 1 | -4/+1 |
| | |||||
* | testuite/pyunit: call pyGHDL.cli.lsp instead of ghdl-ls | umarcor | 2021-01-08 | 1 | -2/+2 |
| | |||||
* | Marked failing tests with `@skip` for now. | Patrick Lehmann | 2021-01-07 | 1 | -24/+31 |
| | |||||
* | 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 |
| | |||||
* | Added test module for LanguageServer tests containing 8 test groups 001..008 ↵ | Patrick Lehmann | 2021-01-07 | 1 | -0/+199 |
| | | | | and 10 tests. | ||||
* | Added json files from https://github.com/ghdl/ghdl-language-server repository. | Patrick Lehmann | 2021-01-07 | 33 | -0/+3787 |
| | |||||
* | manpage: updated Link to modern documentation | Marcus Müller | 2021-01-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcus Müller <marcus@hostalia.de> | ||||
* | pnodespy: allow loading as a module | umarcor | 2021-01-06 | 1 | -1/+2 |
| | | | | Co-Authored-By: Patrick Lehmann <Patrick.Lehmann@plc2.de> | ||||
* | mv dist/* scripts/ | umarcor | 2021-01-06 | 44 | -612/+614 |
| | |||||
* | msys2: add 'provides' field to PKGBUILD recipes | umarcor | 2021-01-06 | 2 | -7/+15 |
| | |||||
* | doc: add header to index | umarcor | 2021-01-06 | 1 | -0/+4 |
| | |||||
* | doc: recommonmark is not used at the moment | umarcor | 2021-01-06 | 1 | -1/+1 |
| |