aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/synth: add a test of PSL built-in function stable() for #662tmeissner2020-06-065-11/+105
|
* Synthesis of PSL stable() function.tmeissner2020-06-065-12/+107
|
* ci(msys2): update eine/setup-msys2 to v1umarcor2020-06-061-1/+1
|
* ci(msys2): set default shell on GHA windows-latest jobsumarcor2020-06-061-2/+4
|
* ci: trigger repository_dispatch in ghdl/dockereine2020-06-041-0/+6
|
* testsuite/gna: add a test for stack2 release.Tristan Gingold2020-06-042-0/+60
|
* trans-chap8: handle accesses like scalar in return statement.Tristan Gingold2020-06-041-10/+4
| | | | So that stack2 is released if needed.
* trans-chap8: handle stack2 in condition of control statement.Tristan Gingold2020-06-041-14/+43
| | | | | Be sure the stack2 is released if used in the condition of a control statement, as the statement may no execute the normal release of stack2.
* grt: add check for empty stack2.Tristan Gingold2020-06-043-4/+27
|
* grt-lib: minor reformatting.Tristan Gingold2020-06-041-5/+3
|
* grt: do not export disp_process_name.Tristan Gingold2020-06-043-6/+4
|
* Makefile.in: always add src/synth to the include path.Tristan Gingold2020-06-041-1/+1
|
* doc: update comment about shared and frelaxed (#1350)eine2020-06-041-1/+2
|
* ci/msys2: styleeine2020-06-041-7/+15
|
* testsuite/synth: add a test for #1348Tristan Gingold2020-06-023-0/+143
|
* netlists-memories: simplify addresses when using a 'to' range. Fix #1348Tristan Gingold2020-06-021-0/+264
|
* netlists-gates.ads: add comments.Tristan Gingold2020-06-021-6/+8
|
* netlists-memories: clean up: remove handling of dff/idff in chains.Tristan Gingold2020-06-021-57/+28
| | | | They aren't present anymore.
* netlists-memories: handle another merge of dff in read ports. For #1348Tristan Gingold2020-06-021-3/+154
|
* testsuite/gna: adjust issue1346Tristan Gingold2020-06-021-1/+2
|
* testsuite/synth: add a test for #662Tristan Gingold2020-06-023-0/+63
|
* grt: add and document option --assertsTristan Gingold2020-06-024-27/+51
|
* Synthesis of PSL prev function.Tristan Gingold2020-06-0214-236/+441
|
* vhdl: parse PSL prev/stable/rose/fell builtin calls. For #662Tristan Gingold2020-06-0217-378/+761
|
* testsuite/gna: add test from #1346Tristan Gingold2020-06-015-0/+288
|
* netlists-dump: shorten UB32 constants.Tristan Gingold2020-05-311-1/+5
|
* compile-uvvm.sh: fix order. Fix #1344Tristan Gingold2020-05-311-3/+3
|
* testsuite/gna: add a test for #1347Tristan Gingold2020-05-312-0/+141
|
* grt: call finalizer after std.env.finish/stop. For #1347Tristan Gingold2020-05-312-1/+3
|
* testsuite/synth: add a test for #1069Tristan Gingold2020-05-313-5/+110
|
* testsuite/synth: add a test for tdp_ram.Tristan Gingold2020-05-313-3/+107
|
* testsuite/synth: add more tests for #1069Tristan Gingold2020-05-318-11/+368
|
* testsuite/synth: add one test for #1069Tristan Gingold2020-05-311-0/+1
|
* synth: improve support of true dual port rams. For #1069Tristan Gingold2020-05-313-7/+9
|
* netlists-inference: minor refactoring.Tristan Gingold2020-05-311-79/+64
|
* testsuite/synth/issue1069: renaming.Tristan Gingold2020-05-311-3/+3
|
* netlists-inference: add comments, reorder subprograms.Tristan Gingold2020-05-311-70/+63
|
* synth: refine -dm debug option. Add -dm2Tristan Gingold2020-05-314-4/+11
|
* testsuite/gna/bug071: adjust previous patch.Tristan Gingold2020-05-291-4/+4
|
* testsuite/gna/bug071: adjust test for windows.Tristan Gingold2020-05-291-2/+10
|
* netlists-memories: cleanup.Tristan Gingold2020-05-292-47/+4
|
* testsuite/synth/subprg01: adjust test to avoid memory.Tristan Gingold2020-05-291-0/+4
|
* netlists: rework clock handling in memories.Tristan Gingold2020-05-294-83/+108
|
* netlists: handle UL32 in memory initial value.Tristan Gingold2020-05-292-4/+27
|
* netlists-inference: factorize code.Tristan Gingold2020-05-291-54/+45
|
* testsuite/synth: add a test for #1345Tristan Gingold2020-05-292-0/+102
|
* psl-nodes: set a location on false/true/one/EOS nodes. Fix #1345Tristan Gingold2020-05-294-18/+28
|
* ortho/gcc: convert boolean and enums to int on interfaces.Tristan Gingold2020-05-285-0/+10
|
* vhdl-utils: minor style changes.Tristan Gingold2020-05-281-4/+2
|
* ortho: add a length parameter to start_array_aggr.Tristan Gingold2020-05-2829-236/+327
|