Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ghdl.cc: handle gclk attributes on dff. For ghdl/ghdl#1610 | Tristan Gingold | 2021-01-25 | 1 | -13/+70 |
| | | | | Also attribute nets. | ||||
* | Minor rework on attributes. | Tristan Gingold | 2021-01-25 | 1 | -5/+19 |
| | |||||
* | readme: in Yosys's makefile GHDL_DIR was renamed to GHDL_PREFIX ↵ | eine | 2021-01-01 | 1 | -1/+1 |
| | | | | (YosysHQ/yosys#2515) | ||||
* | readme: update guidelines, update container image names, add ref to ↵ | eine | 2020-12-29 | 1 | -34/+48 |
| | | | | mingw-w64-*-eda package groups | ||||
* | remove yosys.diff, was upstreamed to YosysHQ/yosys | eine | 2020-12-29 | 1 | -27/+0 |
| | |||||
* | Fix mult18x18d component to match yosys verilog | JulianKemmerer | 2020-12-19 | 1 | -260/+260 |
| | |||||
* | ci: update deps from ghdl/* to hdlc/* | eine | 2020-11-19 | 1 | -2/+11 |
| | |||||
* | example/blackbox: tune the test for previous commit | Tristan Gingold | 2020-11-18 | 2 | -2/+3 |
| | |||||
* | Use ':' instead of '$' for number names | Tristan Gingold | 2020-11-18 | 1 | -2/+3 |
| | |||||
* | ghdl.cc: allow extended identifier of length 1 | Tristan Gingold | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Add a test for previous commit | Tristan Gingold | 2020-11-18 | 4 | -0/+70 |
| | |||||
* | Try to convert extended name to a name | Tristan Gingold | 2020-11-18 | 1 | -1/+31 |
| | |||||
* | ci: disable trigger | eine | 2020-11-12 | 1 | -9/+12 |
| | |||||
* | ci: add command-line arguments | Rodrigo Alejandro Melo | 2020-10-03 | 2 | -1/+33 |
| | | | | - add *.edif and *.ilang files to .gitignore | ||||
* | '%' is not supported by Xilinx ISE edif2ngc. Fix #134 | eine | 2020-10-02 | 1 | -1/+2 |
| | | | | Authored-By: Tristan Gingold <tgingold@free.fr> | ||||
* | testsuite/issues: renames pr61 to issue61 | Tristan Gingold | 2020-09-27 | 2 | -0/+0 |
| | |||||
* | testsuite/issues: adjust pr61 | Tristan Gingold | 2020-09-27 | 1 | -1/+2 |
| | |||||
* | testsuite: add a test for ghdl/ghdl#1421 | Tristan Gingold | 2020-09-27 | 3 | -0/+133 |
| | |||||
* | readme: update shields/badges | eine | 2020-08-31 | 1 | -2/+2 |
| | |||||
* | ci: fix synth_formal.dockerfile URL | eine | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | ci: dispatch after push to 'master' only | eine | 2020-06-05 | 1 | -0/+1 |
| | |||||
* | ci: trigger repository_dispatch in ghdl/docker | eine | 2020-06-05 | 1 | -0/+7 |
| | |||||
* | Add formal tests for mod/rem | Xiretza | 2020-05-30 | 3 | -1/+113 |
| | |||||
* | Fix signed modulo behaviour | Xiretza | 2020-05-30 | 1 | -4/+5 |
| | | | | | | | | | Yosys' $mod cell is the modulo of truncating division, known as "rem" in VHDL. The new $modfloor cell is the modulo of flooring division, known as "mod" in VHDL. "mod" now synthesizes correctly for negative numbers. | ||||
* | Fix testsuite failing on second run | Xiretza | 2020-05-30 | 1 | -1/+1 |
| | |||||
* | Add reduce_xor support to the Yosys plugin | rlee287 | 2020-05-28 | 1 | -0/+4 |
| | | | | This is a followup for ghdl/ghdl issue 1342 | ||||
* | Re-add instructions to make a static build. | Tristan Gingold | 2020-05-23 | 2 | -0/+45 |
| | |||||
* | Add a test for ghdl/ghdl#1318 | Tristan Gingold | 2020-05-23 | 2 | -0/+51 |
| | |||||
* | Adjust a test. | Tristan Gingold | 2020-05-23 | 1 | -1/+1 |
| | |||||
* | ghdl.cc: import attributes on memory. For ghdl/ghdl#1318 | Tristan Gingold | 2020-05-23 | 1 | -1/+19 |
| | |||||
* | README.md: remove static build instructions. | Tristan Gingold | 2020-05-22 | 2 | -64/+0 |
| | | | | Was not working anymore. | ||||
* | Add a test for ghdl/ghdl#1314 | Tristan Gingold | 2020-05-16 | 2 | -0/+184 |
| | |||||
* | Add a test for inout port with default value. | Tristan Gingold | 2020-05-16 | 2 | -0/+23 |
| | |||||
* | ghdl.cc: handle Id_Iinout | Tristan Gingold | 2020-05-16 | 1 | -0/+2 |
| | |||||
* | Add another test from ghdl/ghdl#1309 | Tristan Gingold | 2020-05-14 | 3 | -0/+116 |
| | |||||
* | Add test from ghdl/ghdl#1309 | Tristan Gingold | 2020-05-14 | 6 | -0/+749 |
| | |||||
* | testsuite: add test from ghdl/ghdl#1307 | Tristan Gingold | 2020-05-14 | 6 | -0/+432 |
| | |||||
* | Add formal test for pmux gate | Xiretza | 2020-05-14 | 3 | -1/+59 |
| | |||||
* | Fix ordering of $pmux ports | Xiretza | 2020-05-14 | 1 | -2/+2 |
| | | | | | | | | For Id_Pmux, IN(2+n) corresponds to s(n). For $pmux, B[n*WIDTH-1:(n-1)*WIDTH] corresponds to S[n]. Therefore, the inputs need to be appended in ascending order, such that IN(2) is assigned to B[WIDTH-1:0], IN(3) to B[2*WIDTH-1:WIDTH], etc. | ||||
* | ghdl.cc: implement id_pmux | Tristan Gingold | 2020-05-09 | 1 | -12/+22 |
| | |||||
* | Add test for ghdl#1238 | Tristan Gingold | 2020-04-23 | 2 | -0/+30 |
| | |||||
* | handle Id_Tri and Id_Resolver | Tristan Gingold | 2020-04-23 | 1 | -0/+9 |
| | |||||
* | ghdl.cc: adjust for recent yosys. Fix #107 | Tristan Gingold | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | readme: fix docker usage | eine | 2020-04-19 | 1 | -2/+4 |
| | |||||
* | Improve examples for Lattice iCEstick | Aimylios | 2020-04-19 | 16 | -5/+45 |
| | | | | | | | - move "leds" examples to subdirectory - add Makefile - add *.json files to .gitignore - adjust README.md and fix some typos | ||||
* | Add tests/examples for dff (both pos and neg edge). | Tristan Gingold | 2020-04-15 | 5 | -0/+116 |
| | |||||
* | ghdl.cc: adjust for edge handle (ghdl#1227) | Tristan Gingold | 2020-04-15 | 1 | -16/+53 |
| | |||||
* | update README | umarcor | 2020-04-10 | 1 | -32/+26 |
| | |||||
* | ghdl.cc: avoid duplicate blackboxes. | Tristan Gingold | 2020-04-09 | 1 | -1/+4 |
| | |||||
* | Add a test for asynchronous reset dff. | Tristan Gingold | 2020-04-07 | 3 | -0/+43 |
| |