aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx/synth_xilinx.cc
Commit message (Collapse)AuthorAgeFilesLines
* xilinx: Add tristate buffer mapping. (#1528)Marcin Kościelnicki2019-12-041-9/+8
| | | Fixes #1225.
* synth_xilinx: Merge blackbox primitive libraries.Marcin Kościelnicki2019-11-061-22/+3
| | | | | | | | | | | | | | | | | | | | | | | | | First, there are no longer separate cell libraries for xc6s/xc7/xcu. Manually instantiating a primitive for a "wrong" family will result in yosys passing it straight through to the output, and it will be either upgraded or rejected by the P&R tool. Second, the blackbox library is expanded to cover many more families: everything from Spartan 3 up is included. Primitives for Virtex and Virtex 2 are listed in the Python file as well if we ever want to include them, but that would require having two different ISE versions (10.1 and 14.7) available when running cells_xtra.py, and so is probably more trouble than it's worth. Third, the blockram blackboxes are no longer in separate files — there is no practical reason to do so (from synthesis PoV, they are no different from any other cells_xtra blackbox), and they needlessly complicated the flow (among other things, merging them allows the user to use eg. Series 7 primitives and have them auto-upgraded to Ultrascale). Last, since xc5v logic synthesis appears to work reasonably well (the only major problem is lack of blockram inference support), xc5v is now an accepted setting for the -family option.
* xilinx: Add URAM288 mapping for xcupDavid Shah2019-10-231-1/+23
| | | | Signed-off-by: David Shah <dave@ds0.me>
* xilinx: Add support for UltraScale[+] BRAM mappingDavid Shah2019-10-231-1/+6
| | | | Signed-off-by: David Shah <dave@ds0.me>
* xilinx: Support multiplier mapping for all families.Marcin Kościelnicki2019-10-221-8/+45
| | | | | This supports several older families that are not yet supported for actual logic synthesis — the intention is to add them soon.
* Call memory_dff before DSP mapping to reserve registers (fixes #1447)N. Engelhardt2019-10-171-0/+1
|
* Merge pull request #1437 from YosysHQ/eddie/abc_to_abc9Eddie Hung2019-10-081-7/+8
|\ | | | | Rename abc_* names/attributes to more precisely be abc9_*
| * Merge branch 'master' into eddie/abc_to_abc9Eddie Hung2019-10-041-3/+7
| |\
| * | Rename abc_* names/attributes to more precisely be abc9_*Eddie Hung2019-10-041-6/+7
| | |
* | | Add comment on why partial multipliers are 18x18Eddie Hung2019-10-041-4/+8
| | |
* | | Fix typo in check_label()Eddie Hung2019-10-041-1/+1
| |/ |/|
* | Add temporary `abc9 -nomfs` and use for `synth_xilinx -abc9`Eddie Hung2019-10-041-2/+6
|/
* Merge pull request #1359 from YosysHQ/xc7dspEddie Hung2019-09-291-4/+32
|\ | | | | DSP inference for Xilinx (improved for ice40, initial support for ecp5)
| * Re-orderEddie Hung2019-09-271-1/+1
| |
| * TypoEddie Hung2019-09-261-1/+1
| |
| * select onceEddie Hung2019-09-261-3/+5
| |
| * Stop trying to be too smart by prematurely optimisingEddie Hung2019-09-261-1/+3
| |
| * Call 'wreduce' after mul2dsp to avoid unextend()Eddie Hung2019-09-251-0/+1
| |
| * Revert "Add a xilinx_finalise pass"Eddie Hung2019-09-231-2/+0
| | | | | | | | This reverts commit 23d90e0439ffef510632ce45a3d2aff1c129f405.
| * Add a xilinx_finalise passEddie Hung2019-09-231-0/+2
| |
| * Re-add DSP_A_MINWIDTH, remove unnec. opt_expr -fine from synth_ice40Eddie Hung2019-09-201-1/+1
| |
| * Merge remote-tracking branch 'origin/clifford/fix1381' into xc7dspEddie Hung2019-09-191-1/+3
| |\
| * | synth_xilinx to infer DSPs for Y_WIDTH >= 9 and [AB]_WIDTH >= 2Eddie Hung2019-09-191-1/+4
| | |
| * | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-181-6/+15
| |\ \
| * | | Missing spaceEddie Hung2019-09-111-0/+1
| | | |
| * | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-111-10/+13
| |\ \ \
| * | | | Move "(skip if -nodsp)" message to labelEddie Hung2019-09-101-4/+4
| | | | |
| * | | | Really get rid of 'opt_expr -fine' by being explicitEddie Hung2019-09-101-3/+0
| | | | |
| * | | | Remove wreduce callEddie Hung2019-09-101-1/+0
| | | | |
| * | | | Add comment for why opt_expr is necessaryEddie Hung2019-09-101-0/+2
| | | | |
| * | | | Revert "Remove "opt_expr -fine" call"Eddie Hung2019-09-101-0/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit bfda921d0317bfb4cb6fc9de8a556c2258b709bc.
| * | | | Rename label to map_dspEddie Hung2019-09-101-1/+1
| | | | |
| * | | | Remove "opt_expr -fine" callEddie Hung2019-09-101-1/+0
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-051-9/+12
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-08-301-14/+23
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'xc7dsp' of github.com:YosysHQ/yosys into xc7dspEddie Hung2019-08-301-1/+52
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into xc7dspDavid Shah2019-08-301-13/+68
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-08-201-14/+17
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'xc7dsp' of github.com:YosysHQ/yosys into xc7dspEddie Hung2019-08-151-1/+5
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | xilinx: Rework labels for faster Verilator testingDavid Shah2019-08-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | | | | | | | Add DSP_A_MAXWIDTH_PARTIAL, refactorEddie Hung2019-08-131-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-08-121-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Pack partial-product adder DSP48E1 packingEddie Hung2019-08-091-0/+2
| | | | | | | | | |
| * | | | | | | | | Combine techmap callsEddie Hung2019-08-081-2/+1
| | | | | | | | | |
| * | | | | | | | | Move xilinx_dsp to before alumaccEddie Hung2019-08-081-6/+4
| | | | | | | | | |
| * | | | | | | | | Change $__softmul back to $mulEddie Hung2019-08-011-0/+1
| | | | | | | | | |
| * | | | | | | | | Use single DSP_SIGNEDONLY macroEddie Hung2019-07-181-1/+1
| | | | | | | | | |
| * | | | | | | | | Update commentEddie Hung2019-07-171-5/+3
| | | | | | | | | |
| * | | | | | | | | Revert drop down to 24x16 multipliers for allEddie Hung2019-07-161-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'xc7dsp' of github.com:YosysHQ/yosys into xc7dspEddie Hung2019-07-161-1/+5
| |\ \ \ \ \ \ \ \ \