| Commit message (Expand) | Author | Age | Files | Lines |
* | ghdl: initialize for synthesis. | Tristan Gingold | 2019-08-14 | 1 | -2/+7 |
* | Build with libghdl (WIP). | Tristan Gingold | 2019-08-14 | 2 | -2/+2 |
* | add subtract (#30) | Pepijn de Vos | 2019-08-01 | 1 | -0/+4 |
* | add signed compare (#29) | Pepijn de Vos | 2019-07-31 | 1 | -0/+16 |
* | Remove to be deprecated const gates, add concatn, reformat. | Tristan Gingold | 2019-07-31 | 1 | -46/+39 |
* | add const_ul32 support (#28) | Pepijn de Vos | 2019-07-28 | 1 | -3/+46 |
* | Handle isignal like signal. | Tristan Gingold | 2019-07-27 | 1 | -0/+3 |
* | add user cell (#25) | Pepijn de Vos | 2019-07-21 | 1 | -1/+39 |
* | add comparison cells and adff (#23) | Pepijn de Vos | 2019-07-16 | 1 | -0/+20 |
* | handle reduce, assumes; uses get_input_net | Tristan Gingold | 2019-07-04 | 1 | -11/+19 |
* | Handle assertions. | Tristan Gingold | 2019-07-03 | 1 | -1/+7 |
* | testenv.sh: do not quote YOSYS | Tristan Gingold | 2019-07-03 | 1 | -1/+1 |
* | ghdl.cc: handle Insert, ignore Edge, adjust. | Tristan Gingold | 2019-07-03 | 1 | -14/+30 |
* | README: adjust. | Tristan Gingold | 2019-07-03 | 1 | -7/+15 |
* | Makefile: add install target. | Tristan Gingold | 2019-07-03 | 1 | -4/+11 |
* | Todo's in readme and change of license (#19) | Roland Coeurjoly | 2018-11-18 | 2 | -17/+690 |
* | Disable errors before installing libghdlsynth and fix typo (#17) | Roland Coeurjoly | 2018-11-17 | 1 | -0/+6 |
* | Installation instructions updated (#16) | Roland Coeurjoly | 2018-01-03 | 1 | -5/+12 |
* | Add tests for nand, nor, xnor. | Tristan Gingold | 2017-02-26 | 4 | -0/+51 |
* | Handle nor, nand, xnor. | Tristan Gingold | 2017-02-26 | 1 | -0/+22 |
* | Add testcase for #11 | Tristan Gingold | 2017-02-26 | 3 | -0/+39 |
* | Support or and xor gates | Tristan Gingold | 2017-02-26 | 1 | -0/+8 |
* | Update README.md of the counter8 example (#9) | Juan Gonzalez-Gomez | 2017-02-17 | 1 | -2/+2 |
* | Merge pull request #8 from Obijuan/master | tgingold | 2017-02-16 | 5 | -0/+103 |
|\ |
|
| * | Icezum Alhambra board example: 8-bit counter displayed on leds | obijuan | 2017-02-16 | 4 | -0/+95 |
| * | .asc, .bin, .blif, .rpt, .cf added to .gitignore | obijuan | 2017-02-16 | 1 | -0/+8 |
|/ |
|
* | Testcase for issue #7 | Tristan Gingold | 2017-02-16 | 4 | -1/+71 |
* | README.md: more markdown | Tristan Gingold | 2017-02-15 | 1 | -3/+5 |
* | Fix typo in README.md | Tristan Gingold | 2017-02-15 | 1 | -3/+3 |
* | ice40hx8k/spin1.vhdl: assign all outputs. | Tristan Gingold | 2017-02-15 | 2 | -0/+15 |
* | Add .gitignore | Tristan Gingold | 2017-02-15 | 1 | -0/+2 |
* | Add testsuite. | Tristan Gingold | 2017-02-15 | 2 | -0/+47 |
* | Add reproducer for issue6 | Tristan Gingold | 2017-02-15 | 2 | -0/+24 |
* | Add tests for icezum | Tristan Gingold | 2017-02-14 | 3 | -2/+41 |
* | Add reproducers for #4 | Tristan Gingold | 2017-02-13 | 4 | -0/+83 |
* | Fix for #4: a signal is not always the output of a gate. | Tristan Gingold | 2017-02-13 | 1 | -4/+6 |
* | Merge pull request #5 from Obijuan/master | tgingold | 2017-02-12 | 8 | -0/+141 |
|\ |
|
| * | Pushbutton_and example added | obijuan | 2017-02-12 | 4 | -0/+71 |
| * | README updated | obijuan | 2017-02-12 | 1 | -1/+2 |
| * | Merge remote-tracking branch 'upstream/master' | obijuan | 2017-02-12 | 0 | -0/+0 |
| |\
| |/
|/| |
|
* | | Merge pull request #3 from Obijuan/master | tgingold | 2017-02-11 | 5 | -2/+95 |
|\ \ |
|
| | * | Icezum Alhambra board example: Testing the pushbutton | obijuan | 2017-02-12 | 4 | -0/+69 |
| |/ |
|
| * | blink example for the icezum alhambra board added | obijuan | 2017-02-11 | 5 | -1/+94 |
| |\
| |/
|/| |
|
* | | Added a hello world example (led_on) for the icezum Alhambra board (#2) | Juan Gonzalez-Gomez | 2017-02-11 | 4 | -0/+77 |
| * | led_on example: use instead of led_on | obijuan | 2017-02-11 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'upstream/master' | obijuan | 2017-02-11 | 1 | -2/+22 |
| |\
| |/
|/| |
|
* | | Makefile: add -fPIC and clean target. | Tristan Gingold | 2017-02-11 | 1 | -2/+22 |
| * | Added a hello world example (led_on) for the icezum Alhambra board | obijuan | 2017-02-11 | 4 | -0/+77 |
|/ |
|
* | Add Makefile to build ghdl as a yosys module. | Tristan Gingold | 2017-02-10 | 2 | -2/+33 |
* | Add build and use instructions. | Tristan Gingold | 2017-02-02 | 1 | -0/+42 |