aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* handle Const_LogTristan Gingold2019-10-021-25/+34
|
* Handle Const_Bit.Tristan Gingold2019-10-021-0/+14
|
* Handle covers (#43)T. Meissner2019-09-201-0/+4
|
* Remove Id_Insert (unused).Tristan Gingold2019-09-091-17/+0
|
* Fix incomplete handling of ConcatnTristan Gingold2019-09-071-2/+3
|
* Run testsuite in Travis CI with docker images (#31)1138-4EB2019-08-162-0/+582
* makefile: use '--build' shortcut to build ghdl.so * move: rename subdir 'ghdl' to 'src' * travis: add travis config file, build script and utils script * testsuite: do not call ghdl explicitly * readme: update