Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add reprocedure for #634 | Tristan Gingold | 2018-08-13 | 2 | -0/+25 | |
| | ||||||
* | grt-files: improve error messages, check access mode. Fix #634 | Tristan Gingold | 2018-08-13 | 3 | -42/+134 | |
| | ||||||
* | ghdl_simul: adjust after ghdlcomp change. | Tristan Gingold | 2018-08-10 | 1 | -5/+13 | |
| | ||||||
* | Add testcase for #561 | Tristan Gingold | 2018-08-10 | 4 | -0/+86 | |
| | ||||||
* | waves: handled unbounded records. Fix #561 | Tristan Gingold | 2018-08-10 | 1 | -0/+16 | |
| | ||||||
* | Add testcase for #631 | Tristan Gingold | 2018-08-10 | 2 | -0/+20 | |
| | ||||||
* | sem_assocs: fix crash. Fix #631 | Tristan Gingold | 2018-08-10 | 1 | -2/+1 | |
| | ||||||
* | Add testcase for #630 | Tristan Gingold | 2018-08-10 | 2 | -0/+20 | |
| | ||||||
* | sem_assocs: fix crash. Fix #630 | Tristan Gingold | 2018-08-10 | 1 | -2/+1 | |
| | ||||||
* | Add testcase for #613 | Tristan Gingold | 2018-08-10 | 4 | -0/+50 | |
| | ||||||
* | Add support for --time-resolution (jit only). Fix #613 | Tristan Gingold | 2018-08-10 | 21 | -478/+456 | |
| | ||||||
* | orth/llvm4: handle unreachable variable declarations. | Tristan Gingold | 2018-08-07 | 1 | -4/+7 | |
| | ||||||
* | Add testcase for #615 | Tristan Gingold | 2018-08-07 | 3 | -0/+33 | |
| | ||||||
* | ghwlib: handle correctly with null-range. For #615 | Tristan Gingold | 2018-08-07 | 1 | -10/+22 | |
| | ||||||
* | Add testcase for #616 | Tristan Gingold | 2018-08-07 | 5 | -0/+140 | |
| | ||||||
* | Release secondary stack within elab_declaration_chain. Fix #616 | Tristan Gingold | 2018-08-07 | 2 | -1/+7 | |
| | ||||||
* | Add testcase for #618 | Tristan Gingold | 2018-08-05 | 3 | -0/+28 | |
| | ||||||
* | Add testcase for #620 | Tristan Gingold | 2018-08-05 | 4 | -0/+86 | |
| | ||||||
* | sem_association_subprogram: handle instantiated subprograms in marking used. | Tristan Gingold | 2018-08-05 | 1 | -1/+1 | |
| | | | | Fix #620 | |||||
* | reorder names. | Tristan Gingold | 2018-08-04 | 2 | -435/+674 | |
| | ||||||
* | Add testcase for ticket109 | Tristan Gingold | 2018-08-04 | 2 | -0/+18 | |
| | ||||||
* | rework parse_expression to add parse_binary_expression. | Tristan Gingold | 2018-08-04 | 8 | -427/+377 | |
| | | | | This is needed to complete PSL expression parsing. | |||||
* | llvm4: add --verify-llvm | Tristan Gingold | 2018-07-25 | 1 | -4/+9 | |
| | ||||||
* | Add reproducer for #268 | Tristan Gingold | 2018-07-25 | 2 | -0/+27 | |
| | ||||||
* | vcd: add global scope. | Tristan Gingold | 2018-07-25 | 1 | -33/+32 | |
| | | | | Fix #268 | |||||
* | disp_tree: also disp identifier id. | Tristan Gingold | 2018-07-25 | 1 | -3/+12 | |
| | ||||||
* | Add testcase for #627 | Tristan Gingold | 2018-07-22 | 2 | -0/+13 | |
| | ||||||
* | avoid crash in scanner if a number is followed by a number. | Tristan Gingold | 2018-07-22 | 1 | -1/+2 | |
| | | | | Fix #627 | |||||
* | Add testcase for #626 | Tristan Gingold | 2018-07-22 | 5 | -0/+5139 | |
| | ||||||
* | elab_object_init: allocate bounds for unounded aggregate if needed. | Tristan Gingold | 2018-07-22 | 1 | -5/+12 | |
| | | | | Fix #626 | |||||
* | Also set -fX and --std to GHDLFLAGS for --gen-makefile | Tristan Gingold | 2018-07-21 | 1 | -0/+2 | |
| | | | | Fix #624 | |||||
* | Add testcase for #623 | Tristan Gingold | 2018-07-20 | 2 | -0/+24 | |
| | ||||||
* | sem_type: avoid crash after error in record constraint. | Tristan Gingold | 2018-07-20 | 1 | -3/+8 | |
| | | | | Fix #623 | |||||
* | Add reproducer for #621 | Tristan Gingold | 2018-07-08 | 3 | -0/+31 | |
| | ||||||
* | sem_names: indexed attribute declaration is an error. | Tristan Gingold | 2018-07-08 | 1 | -2/+4 | |
| | | | | Fix #621 | |||||
* | Merge pull request #617 from vuokko/compile-altera | Patrick Lehmann | 2018-07-02 | 1 | -1/+72 | |
|\ | | | | | Cyclone 1,2,3 support for compile-altera.sh | |||||
| * | Fixes for compile-altera.sh based on feedback | Hannu Vuolasaho | 2018-06-30 | 1 | -9/+22 | |
| | | ||||||
| * | Cyclone 1,2,3 support for compile-altera.sh | Hannu Vuolasaho | 2018-06-29 | 1 | -1/+59 | |
|/ | | | | | | | Quartus 13 is last version which supported older devices. Also first supported version of script. TODO: Port support to Windows, maybe add more file existence testing. | |||||
* | grt: use 64-bit type for Nbr_Cycles. | Tristan Gingold | 2018-06-28 | 2 | -6/+4 | |
| | | | | Fix #614 | |||||
* | pnodes.py: error message on undescribed node. | Tristan Gingold | 2018-06-21 | 1 | -2/+6 | |
| | ||||||
* | Add reproducer for #606 | Tristan Gingold | 2018-06-19 | 3 | -0/+42 | |
| | ||||||
* | Delay translation of default configuration. | Tristan Gingold | 2018-06-19 | 2 | -4/+19 | |
| | | | | Fix #606 | |||||
* | Add testcase for #609 | Tristan Gingold | 2018-06-16 | 2 | -0/+35 | |
| | ||||||
* | Avoid crash in case of incorrect use of signature. | Tristan Gingold | 2018-06-16 | 1 | -4/+27 | |
| | | | | Fix #609 | |||||
* | Merge pull request #601 from 1138-4EB/fix-make-use-tail | Patrick Lehmann | 2018-06-09 | 1 | -1/+4 | |
|\ | | | | | Log STDERR of make to a file and use tail to show last 1000 lines. | |||||
| * | log stderr of make to a file and use tail to show last 1000 lines | 1138-4EB | 2018-06-08 | 1 | -1/+4 | |
| | | ||||||
* | | Merge pull request #602 from 1138-4EB/update-fedora | Patrick Lehmann | 2018-06-09 | 1 | -2/+2 | |
|\ \ | |/ |/| | Use fedora28 instead of fedora26. | |||||
| * | use fedora28 instead of fedora26 | 1138-4EB | 2018-06-08 | 1 | -2/+2 | |
|/ | ||||||
* | Add testcase for #598 | Tristan Gingold | 2018-06-08 | 2 | -0/+31 | |
| | ||||||
* | evaluation: handle to_string for arrays. | Tristan Gingold | 2018-06-08 | 1 | -0/+30 | |
| | | | | Fix #598 |