Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Xilinx PS7 block | Eddie Hung | 2018-11-10 | 2 | -0/+624 |
| | |||||
* | Fix sf2 LUT interface | Clifford Wolf | 2018-10-31 | 2 | -12/+12 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Basic SmartFusion2 and IGLOO2 synthesis support | Clifford Wolf | 2018-10-31 | 5 | -0/+377 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ecp5: Remove DSP parameters that don't work | David Shah | 2018-10-22 | 1 | -21/+0 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Add DSP blackboxes | David Shah | 2018-10-21 | 3 | -1/+118 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Sim model fixes | David Shah | 2018-10-19 | 1 | -3/+5 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ecp5: Add latch inference | David Shah | 2018-10-19 | 3 | -3/+12 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | 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. | ||||
* | | 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> | ||||
* | Add inout ports to cells_xtra.v | Clifford Wolf | 2018-10-04 | 2 | -2/+14 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | xilinx: Adding missing inout IO port to IOBUF | Tim Ansell | 2018-10-03 | 1 | -0/+1 |
| | |||||
* | Merge pull request #645 from daveshah1/ecp5_dram_fix | Clifford Wolf | 2018-10-02 | 1 | -0/+1 |
|\ | | | | | ecp5: Don't map ROMs to DRAM | ||||
| * | ecp5: Don't map ROMs to DRAM | David Shah | 2018-10-01 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Add iCE40 SB_SPRAM256KA simulation model | Clifford Wolf | 2018-09-10 | 1 | -9/+30 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 16 | -54/+54 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | ecp5: Fixing miscellaneous sim model issues | David Shah | 2018-07-16 | 1 | -2/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Fixing 'X' issues with LUT simulation models | David Shah | 2018-07-16 | 1 | -6/+19 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: ECP5 synthesis fixes | David Shah | 2018-07-16 | 3 | -15/+32 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Adding synchronous set/reset support | David Shah | 2018-07-14 | 2 | -21/+42 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Add DRAM match rule | David Shah | 2018-07-13 | 1 | -0/+4 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Cells and mappings fixes | David Shah | 2018-07-13 | 2 | -5/+5 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Fixing arith_map | David Shah | 2018-07-13 | 1 | -4/+5 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Initial arith_map implementation | David Shah | 2018-07-13 | 3 | -6/+80 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Adding basic synth_ecp5 based on synth_ice40 | David Shah | 2018-07-13 | 3 | -7/+345 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Adding DFF maps | David Shah | 2018-07-13 | 2 | -1/+30 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Adding DRAM map | David Shah | 2018-07-13 | 3 | -1/+76 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Adding basic cells_sim and mapper for LUTs up to LUT7 | David Shah | 2018-07-13 | 2 | -0/+473 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Add CIN_CONST and CIN_SET parameters to ICESTORM_LC | David Shah | 2018-07-13 | 1 | -2/+6 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add "synth_ice40 -json" | Clifford Wolf | 2018-06-13 | 1 | -9/+22 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix ice40_opt for cases where a port is connected to a signal with width != 1 | Clifford Wolf | 2018-06-11 | 1 | -9/+25 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Make -nordff the default in "prep" | Clifford Wolf | 2018-05-30 | 1 | -9/+13 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Avoid mixing module port declaration styles in ice40 cells_sim.v | Olof Kindgren | 2018-05-17 | 1 | -43/+23 |
| | | | | | | The current code requires workarounds for several simulators For modelsim, the file must be compiled with -mixedansiports and xsim needs --relax. | ||||
* | Merge pull request #537 from mithro/yosys-vpr | Clifford Wolf | 2018-05-04 | 4 | -11/+48 |
|\ | | | | | Improving Yosys when used with VPR | ||||
| * | Improving vpr output support. | Tim 'mithro' Ansell | 2018-04-18 | 4 | -7/+40 |
| | | | | | | | | | | | | | | * Support output BLIF for Xilinx architectures. * Support using .names in BLIF for Xilinx architectures. * Use the same `NO_LUT` define in both `synth_ice40` and `synth_xilinx`. | ||||
| * | synth_ice40: Rework the vpr blif output slightly. | Tim 'mithro' Ansell | 2018-04-18 | 1 | -4/+8 |
| | | |||||
* | | Add "synth_intel --noiopads" | Clifford Wolf | 2018-04-30 | 1 | -2/+11 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "synth_ice40 -nodffe" | Clifford Wolf | 2018-04-16 | 1 | -2/+11 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fixed broken Quartus backend on dffeas init value (Error (12170): Illegal ↵ | c60k28 | 2018-03-31 | 11 | -178/+233 |
| | | | | value for the POWER_UP parameter. Fixed and tested Cyclone V device | ||||
* | coolrunner2: Add an ANDTERM/XOR between chained FFs | Robert Ou | 2018-03-31 | 1 | -0/+58 |
| | | | | | | | In some cases (e.g. the low bits of counters) the design might end up with a flip-flop whose input is directly driven by another flip-flop. This isn't possible in the Coolrunner-II architecture, so add a single AND term and XOR in this case. | ||||
* | coolrunner2: Split multi-bit nets | Robert Ou | 2018-03-31 | 1 | -0/+1 |
| | | | | | The PAR tool doesn't expect any "dangling" nets with no drivers nor sinks. By splitting the nets, clean removes them. | ||||
* | coolrunner2: Add extraction for TFFs | Robert Ou | 2018-03-31 | 3 | -0/+54 |
| | |||||
* | Squelch trailing whitespace, including meta-whitespace | Larry Doolittle | 2018-03-11 | 4 | -16/+16 |
| | |||||
* | Add Xilinx RAM64X1D and RAM128X1D simulation models | Clifford Wolf | 2018-03-07 | 4 | -23/+30 |
| |