aboutsummaryrefslogtreecommitdiffstats
path: root/ghdl/ghdl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Run testsuite in Travis CI with docker images (#31)1138-4EB2019-08-161-580/+0
| | | | | | | | | | | | * 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
* handle utrunc/strunc. For #33Tristan Gingold2019-08-161-0/+10
|
* ghdl: initialize for synthesis.Tristan Gingold2019-08-141-2/+7
|
* Build with libghdl (WIP).Tristan Gingold2019-08-141-1/+1
|
* add subtract (#30)Pepijn de Vos2019-08-011-0/+4
|
* add signed compare (#29)Pepijn de Vos2019-07-311-0/+16
|
* Remove to be deprecated const gates, add concatn, reformat.Tristan Gingold2019-07-311-46/+39
|
* add const_ul32 support (#28)Pepijn de Vos2019-07-281-3/+46
|
* Handle isignal like signal.Tristan Gingold2019-07-271-0/+3
|
* add user cell (#25)Pepijn de Vos2019-07-211-1/+39
| | | | | | * add user cell * create black box modules
* add comparison cells and adff (#23)Pepijn de Vos2019-07-161-0/+20
|
* handle reduce, assumes; uses get_input_netTristan Gingold2019-07-041-11/+19
|
* Handle assertions.Tristan Gingold2019-07-031-1/+7
|
* ghdl.cc: handle Insert, ignore Edge, adjust.Tristan Gingold2019-07-031-14/+30
|
* Todo's in readme and change of license (#19)Roland Coeurjoly2018-11-181-17/+16
| | | | | | | | | | * Installation instructions updated * Disable errors before installing libghdlsynth and fix typo * Add comments to README about pending actions * Change license to GPLv3+
* Handle nor, nand, xnor.Tristan Gingold2017-02-261-0/+22
|
* Support or and xor gatesTristan Gingold2017-02-261-0/+8
| | | | Fix #11
* Fix for #4: a signal is not always the output of a gate.Tristan Gingold2017-02-131-4/+6
|
* Add sources for yosys.Tristan Gingold2017-02-021-0/+387