aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use libghdl to build the module. Update instructions.Tristan Gingold2019-08-152-23/+24
|
* ghdl: initialize for synthesis.Tristan Gingold2019-08-141-2/+7
|
* Build with libghdl (WIP).Tristan Gingold2019-08-142-2/+2
|
* 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
|
* testenv.sh: do not quote YOSYSTristan Gingold2019-07-031-1/+1
|
* ghdl.cc: handle Insert, ignore Edge, adjust.Tristan Gingold2019-07-031-14/+30
|
* README: adjust.Tristan Gingold2019-07-031-7/+15
|
* Makefile: add install target.Tristan Gingold2019-07-031-4/+11
|
* Todo's in readme and change of license (#19)Roland Coeurjoly2018-11-182-17/+690
| | | | | | | | | | * Installation instructions updated * Disable errors before installing libghdlsynth and fix typo * Add comments to README about pending actions * Change license to GPLv3+
* Disable errors before installing libghdlsynth and fix typo (#17)Roland Coeurjoly2018-11-171-0/+6
| | | | | | | | * Installation instructions updated * Disable errors before installing libghdlsynth and fix typo * Add comments to README about pending actions
* Installation instructions updated (#16)Roland Coeurjoly2018-01-031-5/+12
|
* Add tests for nand, nor, xnor.Tristan Gingold2017-02-264-0/+51
|
* Handle nor, nand, xnor.Tristan Gingold2017-02-261-0/+22
|
* Add testcase for #11Tristan Gingold2017-02-263-0/+39
|
* Support or and xor gatesTristan Gingold2017-02-261-0/+8
| | | | Fix #11
* Update README.md of the counter8 example (#9)Juan Gonzalez-Gomez2017-02-171-2/+2
| | | | | | * Update README.md * Update README.md
* Merge pull request #8 from Obijuan/mastertgingold2017-02-165-0/+103
|\ | | | | 8 bits binary counter example for the Icezum Alhambra board
| * Icezum Alhambra board example: 8-bit counter displayed on ledsobijuan2017-02-164-0/+95
| |
| * .asc, .bin, .blif, .rpt, .cf added to .gitignoreobijuan2017-02-161-0/+8
|/
* Testcase for issue #7Tristan Gingold2017-02-164-1/+71
|
* README.md: more markdownTristan Gingold2017-02-151-3/+5
|
* Fix typo in README.mdTristan Gingold2017-02-151-3/+3
|
* ice40hx8k/spin1.vhdl: assign all outputs.Tristan Gingold2017-02-152-0/+15
|
* Add .gitignoreTristan Gingold2017-02-151-0/+2
|
* Add testsuite.Tristan Gingold2017-02-152-0/+47
|
* Add reproducer for issue6Tristan Gingold2017-02-152-0/+24
|
* Add tests for icezumTristan Gingold2017-02-143-2/+41
|
* Add reproducers for #4Tristan Gingold2017-02-134-0/+83
|
* Fix for #4: a signal is not always the output of a gate.Tristan Gingold2017-02-131-4/+6
|
* Merge pull request #5 from Obijuan/mastertgingold2017-02-128-0/+141
|\ | | | | Icezum Alhambra board Examples
| * Pushbutton_and example addedobijuan2017-02-124-0/+71
| |
| * README updatedobijuan2017-02-121-1/+2
| |
| * Merge remote-tracking branch 'upstream/master'obijuan2017-02-120-0/+0
| |\ | |/ |/|
* | Merge pull request #3 from Obijuan/mastertgingold2017-02-115-2/+95
|\ \ | | | | | | Blink example for the icezum Alhambra board
| | * Icezum Alhambra board example: Testing the pushbuttonobijuan2017-02-124-0/+69
| |/
| * blink example for the icezum alhambra board addedobijuan2017-02-115-1/+94
| |\ | |/ |/|
* | Added a hello world example (led_on) for the icezum Alhambra board (#2)Juan Gonzalez-Gomez2017-02-114-0/+77
| |
| * led_on example: use instead of led_onobijuan2017-02-111-1/+1
| |
| * Merge remote-tracking branch 'upstream/master'obijuan2017-02-111-2/+22
| |\ | |/ |/|
* | Makefile: add -fPIC and clean target.Tristan Gingold2017-02-111-2/+22
| |
| * Added a hello world example (led_on) for the icezum Alhambra boardobijuan2017-02-114-0/+77
|/
* Add Makefile to build ghdl as a yosys module.Tristan Gingold2017-02-102-2/+33
|