Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite/gna: add a test for #1831 | Tristan Gingold | 2021-09-07 | 2 | -0/+28 |
| | |||||
* | testsuite/gna: add a test for #1657 | Tristan Gingold | 2021-09-07 | 3 | -0/+65 |
| | |||||
* | trans-chap7: Handle unbounded elements in Translate_Concatenation | Tristan Gingold | 2021-09-07 | 1 | -27/+98 |
| | | | | | Fix #1831 Fix #1657 | ||||
* | trans-chap3: add a stride parameter to index_array. For #1831 | Tristan Gingold | 2021-09-07 | 2 | -18/+21 |
| | |||||
* | rm .readthedocs.yml | umarcor | 2021-09-05 | 1 | -19/+0 |
| | |||||
* | doc: bump sphinx.theme to v1 | umarcor | 2021-09-05 | 1 | -1/+1 |
| | |||||
* | revert "doc: pin sphinx to v3.3.1 to prevent search bug" | umarcor | 2021-09-04 | 1 | -1/+1 |
| | | | | This reverts commit 4a6b6dbda139e8265570cd2a51b6c371abef4912. | ||||
* | revert "doc: temporarily pin docutils to 0.16, due to theme compatibility ↵ | umarcor | 2021-09-04 | 1 | -1/+0 |
| | | | | | | issues (readthedocs/sphinx_rtd_theme#1115)" This reverts commit 5c6b2eb7bf6633a8e80d39dbcc024a466fca29ee. | ||||
* | testsuite/gna: add a test for #1836 | Tristan Gingold | 2021-09-03 | 3 | -0/+65 |
| | |||||
* | vhdl/translate: adjust slice names for unbounded arrays. Fir #1836 | Tristan Gingold | 2021-09-03 | 3 | -4/+25 |
| | |||||
* | vhdl-scanner.adb: add comments | Tristan Gingold | 2021-09-03 | 1 | -0/+6 |
| | |||||
* | ci: update comment about regenerating Python bindings | umarcor | 2021-09-02 | 1 | -1/+1 |
| | |||||
* | testsuite/gna: check last commit (psl abort) for #1654 | Tristan Gingold | 2021-09-02 | 2 | -1/+3 |
| | |||||
* | vhdl,psl: abort is now identical to async_abort. For #1654 | Tristan Gingold | 2021-09-02 | 2 | -6/+4 |
| | |||||
* | testsuite/synth: add a test for previous commit. For #1850 | Tristan Gingold | 2021-09-01 | 2 | -0/+131 |
| | |||||
* | synth-vhdl_stmts.adb: do not expect configuration for vunit. | Tristan Gingold | 2021-09-01 | 1 | -3/+3 |
| | | | | For #1850 | ||||
* | Test.yml: explain how to regenerate the python binding | Tristan Gingold | 2021-08-31 | 1 | -0/+1 |
| | |||||
* | testsuite/synth: add a test for #1654 | Tristan Gingold | 2021-08-31 | 3 | -0/+132 |
| | |||||
* | synth: handle PSL async_abort and sync_abort. For #1654 | Tristan Gingold | 2021-08-31 | 3 | -10/+44 |
| | |||||
* | testsuite/gna: add a test for #1654 | Tristan Gingold | 2021-08-30 | 3 | -0/+255 |
| | |||||
* | trans-chap9.adb: handle async_abort, sync_abort. Fix #1654 | Tristan Gingold | 2021-08-30 | 6 | -145/+272 |
| | |||||
* | vhdl and psl: parse sync_abort and async_abort. For #1654 | Tristan Gingold | 2021-08-30 | 22 | -186/+359 |
| | |||||
* | pyGHDL: update errorout.py | Tristan Gingold | 2021-08-29 | 1 | -4/+5 |
| | |||||
* | testsuite/gna: add a test for Wuseless warning. For #1832 | Tristan Gingold | 2021-08-29 | 2 | -0/+26 |
| | |||||
* | vhdl-canon: detect PSL assertion that cannot fail. For #1832 | Tristan Gingold | 2021-08-29 | 2 | -3/+17 |
| | |||||
* | testsuite/synth: add a test for #1832 | Tristan Gingold | 2021-08-29 | 2 | -0/+29 |
| | |||||
* | synth-vhdl_stmts: fix a crash on never triggered PSL assertion. | Tristan Gingold | 2021-08-29 | 1 | -0/+6 |
| | | | | For #1832 | ||||
* | synth: improve result of is_positive | Tristan Gingold | 2021-08-29 | 4 | -10/+15 |
| | |||||
* | netlists-inference: improve location for dff. | Tristan Gingold | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | synth: factorize code to create base instance | Tristan Gingold | 2021-08-28 | 7 | -57/+104 |
| | |||||
* | synthesis.adb: abstract instance_passes | Tristan Gingold | 2021-08-28 | 3 | -23/+34 |
| | |||||
* | synth-environment: add subprograms for signals (preliminary work) | Tristan Gingold | 2021-08-28 | 2 | -5/+110 |
| | |||||
* | synth-memtype: export conversion functions | Tristan Gingold | 2021-08-28 | 2 | -7/+9 |
| | |||||
* | synth: add build2_concat2 and use it for vhdl concat. | Tristan Gingold | 2021-08-28 | 3 | -4/+18 |
| | |||||
* | ghdlsynth: add debug option for elaboration | Tristan Gingold | 2021-08-28 | 2 | -1/+8 |
| | |||||
* | synth-vhdl_decls.adb: add comments | Tristan Gingold | 2021-08-28 | 1 | -0/+4 |
| | |||||
* | vhdl: handle foreign units in libraries and configuration | Tristan Gingold | 2021-08-28 | 3 | -24/+45 |
| | |||||
* | errorout: do not display empty lines | Tristan Gingold | 2021-08-28 | 3 | -1/+14 |
| | |||||
* | netlists-disp_verilog: handle initial value for idff and isignal | Tristan Gingold | 2021-08-28 | 1 | -8/+18 |
| | |||||
* | pyGHDL.dom: improvements (#1848) | Unai Martinez-Corral | 2021-08-27 | 5 | -19/+64 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # New Features * Translate null statements. * Sequential procedure call. * Concurrent assert statement (but without condition) This needs either PSL translations or help from @tgingold to have partial elaboration to a PSL assert becomes a normal VHDL assertion like in VHDL-93. * Translate sensitivity lists. # Changes * None # Bug fixes * Changes due to typo in pyVHDLModel for `Choises`. | ||||
| * | Updated requirements to pyVHDLModel v0.12.0. | Patrick Lehmann | 2021-08-27 | 1 | -2/+2 |
| | | |||||
| * | Handle sensitivity lists. | Patrick Lehmann | 2021-08-27 | 1 | -4/+3 |
| | | |||||
| * | Added concurrent (PSL) assertion. | Patrick Lehmann | 2021-08-26 | 3 | -5/+35 |
| | | |||||
| * | Translate sequential procedure calls. | Patrick Lehmann | 2021-08-26 | 3 | -7/+8 |
| | | |||||
| * | Implemented handling off null statements. | Patrick Lehmann | 2021-08-26 | 4 | -6/+21 |
| | | |||||
* | | testsuite/synth: add a test for #1850 | Tristan Gingold | 2021-08-27 | 3 | -0/+82 |
| | | |||||
* | | vhdl-parse: support for-generate in vunits. Fix #1850 | Tristan Gingold | 2021-08-27 | 1 | -2/+10 |
| | | |||||
* | | testsuite/synth: Add a test for ghdl/ghdl-yosys-plugin#154 | Tristan Gingold | 2021-08-27 | 2 | -0/+58 |
| | | |||||
* | | synth: do not remove signals with a keep attribute. | Tristan Gingold | 2021-08-27 | 2 | -1/+31 |
| | | | | | | | | For ghdl/ghdl-yosys-plugin#154 | ||||
* | | std_names: add name keep. | Tristan Gingold | 2021-08-27 | 3 | -183/+186 |
| | |