Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add Id_Smul and Id_Umul (#64) | Anton Blanchard | 2019-10-16 | 3 | -0/+34 | |
| | | | | | | * Add Id_Smul and Id_Umul support * Add testcase for Id_Smul and Id_Umul | |||||
* | Fix a couple of compiler warnings (#62) | Anton Blanchard | 2019-10-14 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | I see a few compiler warnings on gcc 9.2: src/ghdl.cc: In function ‘Yosys::RTLIL::SigSpec get_src(std::vector<Yosys::RTLIL::Wire*>&, GhdlSynth::Net)’: src/ghdl.cc:123:43: warning: ‘valzx’ may be used uninitialized in this function [-Wmaybe-uninitialized] 123 | switch(((val01 >> i)&1)+((valzx >> i)&1)*2) | ~~~~~~~^~~~~ src/ghdl.cc:123:26: warning: ‘val01’ may be used uninitialized in this function [-Wmaybe-uninitialized] 123 | switch(((val01 >> i)&1)+((valzx >> i)&1)*2) | ~~~~~~~^~~~~ src/ghdl.cc:99:26: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized] 99 | bits[i] = (val >> i) & 1 ? RTLIL::State::S1 : RTLIL::State::S0; | ~~~~~^~~~~ These both appear to be spurious, but initialize them to 0 to avoid the warning. | |||||
* | Handle Id_Sextend (#59) | T. Meissner | 2019-10-09 | 1 | -0/+8 | |
| | ||||||
* | testsuite: Add formal tests (#57) | T. Meissner | 2019-10-07 | 25 | -25/+359 | |
| | | | | | | | | | | | | | | | | | | * Add formal tests for shift operations * ci: build ghdl/synth:formal and run test suites in it * add testsuite/formal/testsuite.sh * create testsuite/issues * ci: remove a level of grouping * testenv: fix SYMBIYOSYS * refactor * testsuite/formal/shifts: Add check for shifts > vector length | |||||
* | Handle Id_Asr (#55) | T. Meissner | 2019-10-06 | 1 | -0/+4 | |
| | ||||||
* | add shift functions (#54) | Pepijn de Vos | 2019-10-06 | 1 | -0/+8 | |
| | ||||||
* | Handle Const_X & Const_Z (#49) | T. Meissner | 2019-10-05 | 1 | -0/+12 | |
| | ||||||
* | handle Const_Log | Tristan Gingold | 2019-10-02 | 1 | -25/+34 | |
| | ||||||
* | Handle Const_Bit. | Tristan Gingold | 2019-10-02 | 1 | -0/+14 | |
| | ||||||
* | Handle covers (#43) | T. Meissner | 2019-09-20 | 1 | -0/+4 | |
| | ||||||
* | Remove Id_Insert (unused). | Tristan Gingold | 2019-09-09 | 1 | -17/+0 | |
| | ||||||
* | Fix incomplete handling of Concatn | Tristan Gingold | 2019-09-07 | 1 | -2/+3 | |
| | ||||||
* | Icestick uart (#37) | marph91 | 2019-08-22 | 7 | -0/+212 | |
| | | | | | | * added UART example for the icestick * extended testsuite by the UART example | |||||
* | Run testsuite in Travis CI with docker images (#31) | 1138-4EB | 2019-08-16 | 17 | -123/+275 | |
| | | | | | | | | | | | | * 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 #33 | Tristan Gingold | 2019-08-16 | 1 | -0/+10 | |
| | ||||||
* | Use libghdl to build the module. Update instructions. | Tristan Gingold | 2019-08-15 | 2 | -23/+24 | |
| | ||||||
* | 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 user cell * create black box modules | |||||
* | 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 | |
| | | | | | | | | | | * 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 Coeurjoly | 2018-11-17 | 1 | -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 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 | |
| | | | | Fix #11 | |||||
* | Update README.md of the counter8 example (#9) | Juan Gonzalez-Gomez | 2017-02-17 | 1 | -2/+2 | |
| | | | | | | * Update README.md * Update README.md | |||||
* | Merge pull request #8 from Obijuan/master | tgingold | 2017-02-16 | 5 | -0/+103 | |
|\ | | | | | 8 bits binary counter example for the Icezum Alhambra board | |||||
| * | 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 | |
| |