Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add testcase for #1066 | Tristan Gingold | 2020-03-04 | 2 | -0/+12 |
| | |||||
* | Warn on unexpected options for command '-a'. Fix #1066 | Tristan Gingold | 2020-03-04 | 5 | -2/+33 |
| | |||||
* | vhdl: merge synopsys into the ieee libraries. For #980 | Tristan Gingold | 2020-03-04 | 10 | -100/+85 |
| | |||||
* | Add an example for the -g option. Fix #1150 | Tristan Gingold | 2020-03-03 | 1 | -0/+4 |
| | |||||
* | [PATCH] Add names for synopsys packages. | Tristan Gingold | 2020-03-03 | 4 | -279/+289 |
| | |||||
* | testsuite/synth: add testcase for #1148 | Tristan Gingold | 2020-03-02 | 2 | -0/+30 |
| | |||||
* | synth: fix conversion of net to constant for physical values. Fix #1148 | Tristan Gingold | 2020-03-02 | 2 | -6/+11 |
| | |||||
* | testsuite/gna: adjust test for --ieee=mentor | Tristan Gingold | 2020-03-02 | 1 | -1/+1 |
| | |||||
* | doc: document --synth command. | Tristan Gingold | 2020-03-02 | 1 | -0/+29 |
| | |||||
* | vhdl-prints: disable code to display anonymous signal. | Tristan Gingold | 2020-03-02 | 1 | -2/+10 |
| | |||||
* | Remove --ieee=mentor and build of mentor libraries. | Tristan Gingold | 2020-03-02 | 5 | -43/+22 |
| | |||||
* | ci: minor style change in push workflow (#1147) | eine | 2020-03-02 | 1 | -6/+2 |
| | |||||
* | enable synth by default (#1102) | eine | 2020-03-01 | 4 | -29/+26 |
| | | | | | | | | * enable synth by default * ci: disable synth for the GPL builds * deprecate Ubuntu 16, use Ubuntu 18 in Travis | ||||
* | Adjust test for #1138 | Tristan Gingold | 2020-03-01 | 1 | -1/+2 |
| | |||||
* | Fix regressions after previous commit. | Tristan Gingold | 2020-03-01 | 1 | -0/+5 |
| | |||||
* | testsuite/gna: add a test for #1138 | Tristan Gingold | 2020-03-01 | 4 | -0/+133 |
| | |||||
* | vhdl: a function call is not an object. Fix #1138. | Tristan Gingold | 2020-03-01 | 3 | -15/+33 |
| | | | | | | Report a warning (or an error if not relaxed) when a non-object name is used for an array attribute. Also consider subtype attribute as a type name. | ||||
* | vhdl-parse: avoid error cascade for 'subtype before 08. | Tristan Gingold | 2020-03-01 | 1 | -1/+0 |
| | |||||
* | synth: top entity name is not anymore hashed by default. | Tristan Gingold | 2020-03-01 | 6 | -83/+138 |
| | | | | Use --top-name=hash to get the previous behaviour. | ||||
* | synth-insts: add comments, minor refactoring. | Tristan Gingold | 2020-02-29 | 3 | -9/+6 |
| | |||||
* | testsuite/synth: add test for #1146 | Tristan Gingold | 2020-02-29 | 2 | -0/+49 |
| | |||||
* | synth: handle more physical operators. Fix #1146 | Tristan Gingold | 2020-02-29 | 4 | -21/+80 |
| | |||||
* | synth-static_oper: handle enum inequality. | Tristan Gingold | 2020-02-29 | 1 | -0/+3 |
| | |||||
* | testsuite/synth: add a reproducer for tgingold/ghdlsynth-beta#87 | Tristan Gingold | 2020-02-29 | 3 | -0/+70 |
| | |||||
* | synth-decls: fix handling of record subtypes. | Tristan Gingold | 2020-02-29 | 1 | -1/+14 |
| | |||||
* | Adjust version check in ci-run.sh | Tristan Gingold | 2020-02-29 | 1 | -4/+5 |
| | |||||
* | Set version to 1.0-dev | Tristan Gingold | 2020-02-28 | 2 | -2/+2 |
| | |||||
* | Release 0.37 | Tristan Gingold | 2020-02-28 | 3 | -3/+3 |
| | |||||
* | vhdl-parse: improve error messages and recovery. | Tristan Gingold | 2020-02-27 | 1 | -8/+46 |
| | |||||
* | synth: handle file_close. | Tristan Gingold | 2020-02-27 | 3 | -10/+31 |
| | |||||
* | synth-static_oper: handle to_stdlogicvector_bv | Tristan Gingold | 2020-02-27 | 1 | -1/+20 |
| | |||||
* | testsuite/synth: add a simple test for std_logic_arith. | Tristan Gingold | 2020-02-27 | 2 | -0/+31 |
| | |||||
* | std_logic_arith: comment out unused pragmas. | Tristan Gingold | 2020-02-27 | 1 | -283/+283 |
| | |||||
* | Update copyright years before the release. | Tristan Gingold | 2020-02-26 | 4 | -30/+4 |
| | |||||
* | testsuite/gna: add test for #1145 | Tristan Gingold | 2020-02-25 | 5 | -0/+79 |
| | |||||
* | vhdl: handle CR+LF for readline in grt. Fix #1145 | Tristan Gingold | 2020-02-25 | 3 | -23/+65 |
| | | | | | | | Previously CR+LF was handled in std.textio.readline. But that doesn't work if CR is at position 128 because we would need to read the next character. Now untruncated_text_read handles CR/CR+LF/LF and calls ungetc if needed. | ||||
* | testsuite/synth: add test case for #1140 | Tristan Gingold | 2020-02-25 | 3 | -0/+118 |
| | |||||
* | testsuites/synth: add missing files. | Tristan Gingold | 2020-02-23 | 2 | -0/+97 |
| | |||||
* | testsuite/synth: add tests for memory ports order. | Tristan Gingold | 2020-02-23 | 3 | -2/+32 |
| | |||||
* | netlists: rework memories to fix port orders, add a loop. | Tristan Gingold | 2020-02-23 | 7 | -46/+85 |
| | |||||
* | netlists-memories: also reduce muxes for extract. | Tristan Gingold | 2020-02-21 | 1 | -7/+35 |
| | |||||
* | testsuite/synth: add a test for #1144 | Tristan Gingold | 2020-02-21 | 2 | -0/+25 |
| | |||||
* | synth-decls: handle alias declaration without subtype indication. | Tristan Gingold | 2020-02-21 | 1 | -2/+7 |
| | | | | Fix #1144 | ||||
* | testsuite/synth: add a source for mem01 | Tristan Gingold | 2020-02-20 | 2 | -0/+31 |
| | |||||
* | netlists-memories: factorize code. | Tristan Gingold | 2020-02-20 | 1 | -235/+191 |
| | |||||
* | netlists-inference: preliminary work to support else in synch code. | Tristan Gingold | 2020-02-20 | 1 | -71/+153 |
| | |||||
* | netlists: add midff | Tristan Gingold | 2020-02-20 | 3 | -0/+47 |
| | |||||
* | add build script for termux (#1143) | umarcor | 2020-02-20 | 1 | -0/+15 |
| | |||||
* | disable backtrace on android (#1142) | umarcor | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | vhdl: recognize conversion functions from std_logic_1164 | Tristan Gingold | 2020-02-18 | 7 | -417/+485 |
| |