Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add tristate buffer and test | Pepijn de Vos | 2019-10-28 | 3 | -2/+21 |
| | |||||
* | do not use wide luts in testcase | Pepijn de Vos | 2019-10-28 | 1 | -3/+3 |
| | |||||
* | actually run the gowin tests | Pepijn de Vos | 2019-10-28 | 1 | -0/+1 |
| | |||||
* | More formatting | Pepijn de Vos | 2019-10-28 | 1 | -55/+49 |
| | |||||
* | really really fix formatting maybe | Pepijn de Vos | 2019-10-28 | 1 | -41/+41 |
| | |||||
* | undo formatting fuckup | Pepijn de Vos | 2019-10-28 | 1 | -25/+25 |
| | |||||
* | add wide luts | Pepijn de Vos | 2019-10-28 | 3 | -36/+119 |
| | |||||
* | add 32-bit BRAM and byte-enables | Pepijn de Vos | 2019-10-28 | 2 | -4/+25 |
| | |||||
* | ALU sim tweaks | Pepijn de Vos | 2019-10-24 | 2 | -13/+13 |
| | |||||
* | Add some tests | Pepijn de Vos | 2019-10-21 | 10 | -0/+224 |
| | | | | | | | | Copied from Efinix. * fsm is broken * latch and tribuf are not implemented yet * memory maps to dram | ||||
* | add a few more missing dff | Pepijn de Vos | 2019-10-21 | 1 | -7/+16 |
| | |||||
* | add negedge DFF | Pepijn de Vos | 2019-10-21 | 2 | -15/+139 |
| | |||||
* | use ADDSUB ALU mode to remove inverters | Pepijn de Vos | 2019-10-21 | 2 | -7/+77 |
| | |||||
* | Merge branch 'master' of https://github.com/YosysHQ/yosys into gowin | Pepijn de Vos | 2019-10-21 | 275 | -2678/+32872 |
|\ | |||||
| * | ecp5: Pass -nomfs to abc9 | David Shah | 2019-10-20 | 1 | -2/+2 |
| | | | | | | | | | | | | Fixes #1459 Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | Merge pull request #1457 from xobs/python-binary-name | Miodrag Milanović | 2019-10-19 | 6 | -9/+9 |
| |\ | | | | | | | Makefile: don't assume python is called `python3` | ||||
| | * | Makefile: don't assume python is called `python3` | Sean Cross | 2019-10-19 | 6 | -9/+9 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some architectures, notably on Windows, the official name for the Python binary from python.org is `python`. The build system assumes that python is called `python3`, which breaks under this architecture. There is already infrastructure in place to determine the name of the Python binary when building PYOSYS. Since Python is now always required to build Yosys, enable this check universally which sets the `PYTHON_EXECUTABLE` variable. Then, reuse this variable in other Makefiles as necessary, rather than hardcoding `python3` everywhere. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| * | Merge pull request #1454 from YosysHQ/mmicko/common_tests | Miodrag Milanović | 2019-10-18 | 166 | -1763/+455 |
| |\ | | | | | | | Share common tests | ||||
| | * | fixed error | Miodrag Milanovic | 2019-10-18 | 1 | -1/+1 |
| | | | |||||
| | * | Unify verilog style | Miodrag Milanovic | 2019-10-18 | 11 | -191/+157 |
| | | | |||||
| | * | Common memory test now shared | Miodrag Milanovic | 2019-10-18 | 10 | -89/+5 |
| | | | |||||
| | * | Remove not needed tests | Miodrag Milanovic | 2019-10-18 | 4 | -52/+0 |
| | | | |||||
| | * | Share common tests | Miodrag Milanovic | 2019-10-18 | 103 | -1316/+178 |
| | | | |||||
| | * | fix yosys path | Miodrag Milanovic | 2019-10-18 | 1 | -2/+2 |
| | | | |||||
| | * | Fix path to yosys | Miodrag Milanovic | 2019-10-18 | 5 | -5/+5 |
| | | | |||||
| | * | Moved all tests in arch sub directory | Miodrag Milanovic | 2019-10-18 | 151 | -5/+5 |
| |/ | |||||
| * | Add async2sync | Miodrag Milanovic | 2019-10-18 | 2 | -8/+8 |
| | | |||||
| * | Merge pull request #1435 from YosysHQ/mmicko/efinix | Miodrag Milanović | 2019-10-18 | 27 | -1/+572 |
| |\ | | | | | | | Add tests for Efinix architecture (contd) | ||||
| | * | Merge branch 'master' into mmicko/efinix | Miodrag Milanović | 2019-10-18 | 156 | -896/+3156 |
| | |\ | | |/ | |/| | |||||
| * | | Merge pull request #1434 from YosysHQ/mmicko/anlogic | Miodrag Milanović | 2019-10-18 | 21 | -0/+430 |
| |\ \ | | | | | | | | | Add tests for Anlogic architecture (contd) | ||||
| | * \ | Merge branch 'master' into mmicko/anlogic | Miodrag Milanović | 2019-10-18 | 136 | -896/+2726 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1421 from YosysHQ/eddie/pr1352 | Miodrag Milanović | 2019-10-18 | 33 | -0/+669 |
| |\ \ \ | | | | | | | | | | | Add tests for ECP5 architecture (contd) | ||||
| | * \ \ | Merge branch 'master' into eddie/pr1352 | Miodrag Milanović | 2019-10-18 | 119 | -987/+2470 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #1420 from YosysHQ/eddie/pr1363 | Miodrag Milanović | 2019-10-18 | 29 | -47/+544 |
| |\ \ \ \ | | | | | | | | | | | | | Add tests for Xilinx architecture (contd) | ||||
| | * | | | | hierarchy - proc reorder | Miodrag Milanovic | 2019-10-18 | 10 | -17/+21 |
| | | | | | | |||||
| | * | | | | Make equivalence work with latest master | Miodrag Milanovic | 2019-10-17 | 3 | -8/+8 |
| | | | | | | |||||
| | * | | | | remove not needed top module | Miodrag Milanovic | 2019-10-17 | 2 | -20/+2 |
| | | | | | | |||||
| | * | | | | remove not needed top module | Miodrag Milanovic | 2019-10-17 | 2 | -17/+2 |
| | | | | | | |||||
| | * | | | | split muxes synth per type | Miodrag Milanovic | 2019-10-17 | 2 | -39/+39 |
| | | | | | | |||||
| | * | | | | Test dffs separetely | Miodrag Milanovic | 2019-10-17 | 2 | -26/+19 |
| | | | | | | |||||
| | * | | | | Split latches into separete tests | Miodrag Milanovic | 2019-10-17 | 2 | -42/+27 |
| | | | | | | |||||
| | * | | | | Fix formatting | Miodrag Milanovic | 2019-10-17 | 1 | -1/+8 |
| | | | | | | |||||
| | * | | | | Clean verilog code from not used define block | Miodrag Milanovic | 2019-10-17 | 2 | -12/+0 |
| | | | | | | |||||
| | * | | | | Removed alu and div_mod test as agreed, ignore generated files | Miodrag Milanovic | 2019-10-17 | 5 | -70/+1 |
| | | | | | | |||||
| | * | | | | Test per flip-flop type | Miodrag Milanovic | 2019-10-17 | 2 | -47/+37 |
| | | | | | | |||||
| | * | | | | Add -assert | Eddie Hung | 2019-10-17 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Use built-in async2sync call as per #1417 | Eddie Hung | 2019-10-17 | 1 | -4/+0 |
| | | | | | | |||||
| | * | | | | Update mul test to DSP48E1 | Eddie Hung | 2019-10-17 | 1 | -9/+2 |
| | | | | | | |||||
| | * | | | | Update area for div_mod | Eddie Hung | 2019-10-17 | 1 | -6/+6 |
| | | | | | | |||||
| | * | | | | Add comment for lack of tristate logic pointing to #1225 | Eddie Hung | 2019-10-17 | 1 | -1/+1 |
| | | | | | |