Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netlists-disp_verilog: do not connect to null-range output. For #2113 | Tristan Gingold | 2022-07-08 | 1 | -41/+47 |
| | |||||
* | vhdl-evaluation: explicitly compute integer_exp to handle overflow. | Tristan Gingold | 2022-07-07 | 1 | -2/+31 |
| | | | | Tentatively fix crash on mingw32 | ||||
* | vhdl-evaluation: make overflow_literal non locally static. | Tristan Gingold | 2022-07-07 | 2 | -1/+6 |
| | | | | Fix crash in translation (tentatively) | ||||
* | netlists-disp_verilog: fix output for id_abs. For #2123 | Tristan Gingold | 2022-07-06 | 1 | -1/+2 |
| | |||||
* | testsuite/synth: add a test for #2129 | Tristan Gingold | 2022-07-06 | 2 | -0/+32 |
| | |||||
* | synth-vhdl_oper: handle is_x for signed/unsigned. Fix #2129 | Tristan Gingold | 2022-07-06 | 1 | -1/+3 |
| | |||||
* | testsuite/gna: adjust previous commit | Tristan Gingold | 2022-07-06 | 1 | -2/+10 |
| | |||||
* | testsuite/gna: add more tests for #2116 | Tristan Gingold | 2022-07-06 | 3 | -0/+18 |
| | |||||
* | Fix CI failure on macosx (llvm) (#2128) | tgingold | 2022-07-06 | 1 | -4/+2 |
| | | | * Test.yml: add llvm at the end of PATH for macosx | ||||
* | Merge pull request #2127 from C-Elegans/to_ux01_unhandled_function | tgingold | 2022-07-05 | 3 | -1/+31 |
|\ | | | | | Fix issue #2126, add handling of to_ux01 to synthesis | ||||
| * | Fix issue #2126, add handling of to_ux01 to synthesis | Michael Nolan | 2022-07-05 | 3 | -1/+31 |
|/ | |||||
* | ci/Test: typo | umarcor | 2022-07-05 | 1 | -1/+1 |
| | |||||
* | Test.yml: list brew package on macos | Tristan Gingold | 2022-07-05 | 1 | -4/+2 |
| | |||||
* | testsuite/synth: add a test for #2124 | Tristan Gingold | 2022-07-05 | 4 | -0/+81 |
| | |||||
* | synth-vhdl_insts: do not crash on unconnected input. Fix #2124 | Tristan Gingold | 2022-07-05 | 1 | -0/+4 |
| | |||||
* | Test.yml: add more debug commands for macos | Tristan Gingold | 2022-07-04 | 1 | -1/+1 |
| | |||||
* | Test.yml: fix syntax | Tristan Gingold | 2022-07-04 | 1 | -4/+5 |
| | |||||
* | Test.yml: untabify | Tristan Gingold | 2022-07-04 | 1 | -3/+3 |
| | |||||
* | github/workflows: add log for llvm on macos | Tristan Gingold | 2022-07-04 | 1 | -0/+3 |
| | |||||
* | doc: --gen-depends is not available with mcode. Fix #2121 | Tristan Gingold | 2022-07-04 | 1 | -3/+6 |
| | |||||
* | testsuite/synth: add a test for #2123 | Tristan Gingold | 2022-07-04 | 2 | -0/+27 |
| | |||||
* | netlists-disp_verilog: handle Id_Abs. Fix #2113 | Tristan Gingold | 2022-07-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2059 from Xiretza/testsuite-show-diffs | tgingold | 2022-07-03 | 5 | -7/+7 |
|\ | | | | | fix(testsuite): show diffs on comparison failure | ||||
| * | fix(testsuite): show diffs on comparison failure | Xiretza | 2022-05-16 | 5 | -7/+7 |
| | | |||||
* | | Fix docstring and a small bug in PoSh precompile script | Patrick Lehmann | 2022-07-03 | 8 | -11/+14 |
|\ \ | |||||
| * | | Update docstring for GHDL parameter of PoSh scripts | Hauke Günther | 2022-06-24 | 7 | -7/+7 |
| | | | |||||
| * | | Fix error when ghdl.exe is searched with Get-Command but not found | Hauke Günther | 2022-06-24 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | Without adding `-ErrorAction Stop` the routine does not go into the catch case but continues to run with an undefined variable `$GHDLBinary`. | ||||
* | | | testsuite/synth: add a test for #2119 | Tristan Gingold | 2022-07-02 | 2 | -0/+67 |
| | | | |||||
* | | | synth-vhdl_insts: also handled unbounded records in hash names. | Tristan Gingold | 2022-07-02 | 1 | -0/+7 |
| | | | | | | | | | | | | Fix #2119 | ||||
* | | | testsuite/gna: add tests, close #2116 | Tristan Gingold | 2022-07-02 | 70 | -0/+622 |
| | | | |||||
* | | | vhdl-sem_psl: analyze strong properties | Tristan Gingold | 2022-07-02 | 1 | -1/+2 |
| | | | | | | | | | | | | For #2116 | ||||
* | | | vhdl-sem_names: avoid crash on incorrect selected name. | Tristan Gingold | 2022-07-02 | 1 | -6/+6 |
| | | | | | | | | | | | | For #2116 | ||||
* | | | vhdl-sem_decls: avoid crash on self use of a generic package. | Tristan Gingold | 2022-07-02 | 1 | -0/+10 |
| | | | | | | | | | | | | For #2116 | ||||
* | | | vhdl: avoid crash on incorrect use of attributes. | Tristan Gingold | 2022-07-02 | 5 | -14/+40 |
| | | | | | | | | | | | | For #2116 | ||||
* | | | vhdl: avoid crash on incorrect use of signatures | Tristan Gingold | 2022-07-02 | 3 | -281/+292 |
| | | | | | | | | | | | | For #2116 | ||||
* | | | vhdl-evaluation: handle more operations (thought synth). | Tristan Gingold | 2022-07-02 | 1 | -2/+1 |
| | | | | | | | | | | | | For #2116 | ||||
* | | | testsuite/gna: add a test from #2117 | Tristan Gingold | 2022-07-01 | 2 | -0/+20 |
| | | | |||||
* | | | testsuite/gna: improve test #2115 | Tristan Gingold | 2022-06-29 | 3 | -7/+53 |
| | | | |||||
* | | | testsuite/gna: add a test for #2115 | Tristan Gingold | 2022-06-28 | 2 | -0/+38 |
| | | | |||||
* | | | libraries/textio-body.vhdl: use false/true for boolean write. | Tristan Gingold | 2022-06-28 | 2 | -4/+7 |
| | | | | | | | | | | | | Fix #2115 | ||||
* | | | testsuite/gna: add a test for #2100 | Tristan Gingold | 2022-06-28 | 2 | -0/+30 |
| | | | |||||
* | | | vhdl-sem_names: avoid duplicate error message. For #2100 | Tristan Gingold | 2022-06-28 | 1 | -1/+19 |
| | | | |||||
* | | | testsuite/synth: strenghten test #2113 | Tristan Gingold | 2022-06-28 | 1 | -0/+3 |
| | | | |||||
* | | | netlists-disp_verilog: adjust, discard null signals. For #2113 | Tristan Gingold | 2022-06-28 | 1 | -1/+6 |
| | | | |||||
* | | | netlists-disp_verilog: fix warning | Tristan Gingold | 2022-06-27 | 1 | -1/+2 |
| | | | |||||
* | | | testsuite/synth: add a test for #2113 | Tristan Gingold | 2022-06-27 | 2 | -0/+71 |
| | | | |||||
* | | | synth/netlists-disp_verilog: skip null input port. Fix #2113 | Tristan Gingold | 2022-06-27 | 1 | -15/+20 |
| | | | |||||
* | | | synth: rework #2109 - remove null wires | Tristan Gingold | 2022-06-27 | 8 | -26/+87 |
| | | | |||||
* | | | synth/netlists-disp_verilog: adjust previous patch. For #2109 | Tristan Gingold | 2022-06-27 | 1 | -1/+2 |
| | | | |||||
* | | | testsuite/synth: add a test for #2109 | Tristan Gingold | 2022-06-27 | 2 | -0/+28 |
| | | |