Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Basic test for checking correct synthesis of SystemVerilog interfaces | Ruben Undheim | 2018-10-18 | 6 | -9/+248 |
| | |||||
* | Update ABC to git rev 14d985a | Clifford Wolf | 2018-10-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #659 from rubund/sv_interfaces | Clifford Wolf | 2018-10-18 | 11 | -21/+649 |
|\ | | | | | Support for SystemVerilog interfaces and modports | ||||
| * | Handle FIXME for modport members without type directly in front | Ruben Undheim | 2018-10-13 | 1 | -6/+8 |
| | | |||||
| * | Documentation improvements etc. | Ruben Undheim | 2018-10-13 | 5 | -38/+77 |
| | | | | | | | | | | | | | | | | | | - Mention new feature in the SystemVerilog section in the README file - Commented changes much better - Rename a few signals to make it clearer - Prevent warning for unused signals in an easier way - Add myself as copyright holder to 2 files - Fix one potential memory leak (delete 'wire' if not in modport) | ||||
| * | Fix build error with clang | Ruben Undheim | 2018-10-12 | 1 | -1/+1 |
| | | |||||
| * | Support for 'modports' for System Verilog interfaces | Ruben Undheim | 2018-10-12 | 8 | -14/+121 |
| | | |||||
| * | Synthesis support for SystemVerilog interfaces | Ruben Undheim | 2018-10-12 | 10 | -21/+501 |
| | | | | | | | | This time doing the changes mostly in AST before RTLIL generation | ||||
* | | Merge pull request #657 from mithro/xilinx-vpr | Clifford Wolf | 2018-10-18 | 1 | -3/+2 |
|\ \ | | | | | | | xilinx: Still map LUT7/LUT8 to Xilinx specific primitives when using `-vpr` | ||||
| * | | xilinx: Still map LUT7/LUT8 to Xilinx specific primitives. | Tim 'mithro' Ansell | 2018-10-08 | 1 | -3/+2 |
| |/ | | | | | | | | | Then if targeting vpr map all the Xilinx specific LUTs back into generic Yosys LUTs. | ||||
* | | Merge pull request #664 from tklam/ignore-verilog-protect | Clifford Wolf | 2018-10-18 | 1 | -0/+3 |
|\ \ | | | | | | | Ignore protect endprotect | ||||
| * | | ignore protect endprotect | argama | 2018-10-16 | 1 | -0/+3 |
| |/ | |||||
* | | Update ABC to git rev c5b48bb | Clifford Wolf | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Minor code cleanups in liberty front-end | Clifford Wolf | 2018-10-17 | 1 | -16/+5 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge pull request #660 from tklam/parse-liberty-detect-ff-latch | Clifford Wolf | 2018-10-17 | 1 | -0/+17 |
|\ \ | | | | | | | Handling ff/latch in liberty files | ||||
| * | | detect ff/latch before processing other nodes | argama | 2018-10-14 | 1 | -0/+17 |
| |/ | |||||
* | | Merge pull request #663 from aman-goel/master | Clifford Wolf | 2018-10-17 | 1 | -32/+51 |
|\ \ | | | | | | | Update to .smv backend | ||||
| * | | Minor update | Aman Goel | 2018-10-15 | 2 | -3/+3 |
| | | | |||||
| * | | Update to .smv backend | Aman Goel | 2018-10-01 | 2 | -35/+54 |
| | | | | | | | | | | | | Splitting VAR and ASSIGN into IVAR, VAR, DEFINE and ASSIGN. This allows better handling by nuXmv for post-processing (since now only state variables are listed under VAR). | ||||
| * | | Merge pull request #4 from YosysHQ/master | Aman Goel | 2018-10-01 | 31 | -107/+529 |
| |\ \ | | | | | | | | | Merge with official repo | ||||
* | \ \ | Merge pull request #658 from daveshah1/ecp5_bram | Clifford Wolf | 2018-10-17 | 9 | -20/+371 |
|\ \ \ \ | | | | | | | | | | | ECP5 BRAM inference | ||||
| * | | | | ecp5: Disable LSR inversion | David Shah | 2018-10-16 | 2 | -21/+21 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | | | BRAM improvements | David Shah | 2018-10-12 | 1 | -11/+16 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | | | ecp5: Adding BRAM maps for all size options | David Shah | 2018-10-10 | 1 | -1/+64 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | | | ecp5: First BRAM type maps successfully | David Shah | 2018-10-10 | 8 | -10/+76 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | | | ecp5: Script for BRAM IO connections | David Shah | 2018-10-10 | 4 | -64/+115 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | | | ecp5: Adding BRAM initialisation and config | David Shah | 2018-10-09 | 5 | -0/+73 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | | | ecp5: Add blackbox for DP16KD | David Shah | 2018-10-05 | 1 | -0/+93 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | | | | Merge pull request #641 from tklam/master | Clifford Wolf | 2018-10-17 | 1 | -0/+69 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix issue #639 | ||||
| * | | | | | stop check_signal_in_fanout from traversing FFs | tklam | 2018-10-13 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | stop check_signal_in_fanout from traversing FFs | tklam | 2018-10-13 | 1 | -1/+12 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' of https://github.com/YosysHQ/yosys | tklam | 2018-10-13 | 6 | -17/+61 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge branch 'master' of https://github.com/YosysHQ/yosys | tklam | 2018-10-03 | 4 | -7/+12 |
| |\ \ \ \ \ | |||||
| * | | | | | | fix bug: pass by reference | tklam | 2018-09-26 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Fix issue #639 | TK Lam | 2018-09-26 | 1 | -0/+58 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #638 from udif/pr_reg_wire_error | Clifford Wolf | 2018-10-17 | 1 | -0/+12 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix issue #630 | ||||
| * | | | | | | | Fixed issue #630 by fixing a minor typo in the previous commit | Udi Finkelstein | 2018-09-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (as well as a non critical minor code optimization) | ||||
| * | | | | | | | Merge branch 'master' into pr_reg_wire_error | Udi Finkelstein | 2018-09-18 | 226 | -1397/+5434 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fixed remaining cases where we check fo wire reg/wire incorrect assignments | Udi Finkelstein | 2018-09-18 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Yosys-generated assignments. In this case, offending code was: module top(input in, output out); function func; input arg; func = arg; endfunction assign out = func(in); endmodule | ||||
* | | | | | | | | | We have 2018 now | Clifford Wolf | 2018-10-16 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | | | | | | After release is before release | Clifford Wolf | 2018-10-16 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | | | | | | Merge branch 'yosys-0.8-rc' | Clifford Wolf | 2018-10-16 | 2 | -141/+1201 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| * | | | | | | | | Yosys 0.8 | Clifford Wolf | 2018-10-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | | | | | | | Update command reference manual | Clifford Wolf | 2018-10-16 | 1 | -140/+1200 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | | | | | | Improve Verific importer blackbox handling | Clifford Wolf | 2018-10-07 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | | | | | | Merge pull request #651 from ARandomOWL/stdcells_fix | Clifford Wolf | 2018-10-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix IdString M in setup_stdcells() | ||||
| * | | | | | | | | | Fix IdString M in setup_stdcells() | Adrian Wheeldon | 2018-10-04 | 1 | -1/+1 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Add "write_edif -attrprop" | Clifford Wolf | 2018-10-05 | 1 | -11/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | | | | | | Merge pull request #654 from mithro/patch-1 | Clifford Wolf | 2018-10-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix misspelling in issue_template.md | ||||
| * | | | | | | | | | Fix misspelling in issue_template.md | Tim Ansell | 2018-10-04 | 1 | -1/+1 |
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | It's been bugging me :-P |