aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for #102Tristan Gingold2020-04-072-0/+34
|
* Add support for smod. Fix #102Tristan Gingold2020-04-071-0/+2
|
* Adjust ecp5_versa tests. Wrappers for verilog modules are not needed anymore.Tristan Gingold2020-03-315-78/+73
|
* Handle Id_User_Parameters: add parameters to gates.Tristan Gingold2020-03-311-21/+60
| | | | This allows easy interfacing with verilog modules.
* Add regression test for versa_ecp5Tristan Gingold2020-03-311-0/+25
|
* Add a test for #96Tristan Gingold2020-03-292-0/+33
|
* Add support for inout gate. Fix #96Tristan Gingold2020-03-291-3/+39
|
* Fixed URL of the ghdl/synth Docker imageRodrigo Alejandro Melo2020-03-271-1/+3
|
* Add min/max gatesXiretza2020-03-224-1/+91
|
* Move formal tests for gates into single subdirectoryXiretza2020-03-2210-10/+1
|
* Add abs gate (#91)Xiretza2020-03-105-0/+69
|
* Fix ghdl.cc indentation (#90)Xiretza2020-03-101-168/+169
| | | | Switched everything to tabs, since those seemed to be most common. Also added a vim modeline.
* Add test for previous commit.Tristan Gingold2020-03-092-0/+25
|
* ghdl.cc: avoid infinite recursion due to concatenation.Tristan Gingold2020-03-091-2/+50
|
* ghdl.cc: refactoring before optimization.Tristan Gingold2020-03-091-25/+26
|
* ghdl.cc: rewrite help.Tristan Gingold2020-03-011-2/+23
|
* Show usage with nextpnr instead of arachne-pnr in README (#88)Xiretza2020-02-231-4/+6
|
* ghdl.cc: adjust after changes in ghdl (for memories).Tristan Gingold2020-02-231-4/+16
|
* Add a test for issue 1107Tristan Gingold2020-02-152-0/+24
|
* Added ECP5 example for Lattice versa devkit (#85)Martin2020-02-1429-0/+6692
| | | | | | | - LED blinky - Added support for vendor primitives - Workarounds in Verilog for BRAM and primitive wrapping - Docker support Makefiles - openocd support files
* ci: use image with pre-built GHDL (#81)eine2020-01-212-55/+25
| | | | | | * ci: use image with pre-built GHDL * ci: execute 'push' workflow on pull_request too
* Make test logs mode consistent: Add OK status. For #79Tristan Gingold2020-01-206-0/+6
|
* migrate from Travis to GHA and rework examples (#78)eine2020-01-1953-439/+174
| | | | | | * migrate from Travis to GHA * rework examples
* add cons_0, div, and umod (#72)Pepijn de Vos2019-12-311-2/+22
| | | | | | * add cons_0, [su]div, and umod * Yosys mod is actually remainder semantics
* testsuite: add reproducer for #76Tristan Gingold2019-12-312-0/+38
|
* Add more tests for issue#36Tristan Gingold2019-12-053-0/+71
|
* Add testcase for #73Tristan Gingold2019-12-054-0/+63
|
* handle mem_rd_sync gates.Tristan Gingold2019-12-051-0/+10
|
* Handle removal of id_output gates.Tristan Gingold2019-12-051-28/+10
|
* Fix init input for iadff. For #76Tristan Gingold2019-12-031-1/+1
|
* Add test for #75Tristan Gingold2019-12-032-0/+55
|
* Do not rename ports. Fix #75Tristan Gingold2019-12-031-8/+9
|
* Support multiple synthesis. Fix #73Tristan Gingold2019-12-021-4/+7
|
* Adjust pr61 testcase to avoid constant propagation.Tristan Gingold2019-11-161-2/+6
|
* Add testcase from #36Tristan Gingold2019-11-072-0/+42
|
* Add testcase for #65Tristan Gingold2019-11-074-0/+31
|
* Add testcase from issue 1001Tristan Gingold2019-11-063-0/+82
|
* testsuite: reduce verbosity.Tristan Gingold2019-11-063-4/+4
|
* testsuite: add xfail1 testTristan Gingold2019-11-054-0/+37
|
* testsuite: add case for issue 999Tristan Gingold2019-11-052-0/+43
|
* testsuite.sh: simplify (only sub sub dirs).Tristan Gingold2019-11-051-21/+3
|
* testsuite: move pr tests in issues/Tristan Gingold2019-11-0510-17/+28
|
* testsuite: move tests of examples in a subdir.Tristan Gingold2019-11-057-43/+43
|
* testsuite: add issue1000Tristan Gingold2019-11-052-0/+51
|
* testsuite: add synth_ice40 (from synth), add synth_import.Tristan Gingold2019-11-051-2/+14
|
* testenv: use abs_topdir for default ghdl.so path.Tristan Gingold2019-11-051-1/+8
|
* Add testcase for #68Tristan Gingold2019-11-042-0/+31
|
* testsuite: it is now possible to run a single test.Tristan Gingold2019-11-0414-11/+32
|
* Add Id_Smod support (#66)Anton Blanchard2019-11-033-0/+27
|
* add iadff (#67)Pepijn de Vos2019-11-031-1/+8
|