Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ice40: Add global network output support for LFOSC/HFOSC | Sylvain Munaut | 2018-11-19 | 1 | -2/+10 | |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | ice40/pack: Add helper to constain cells that are unique in the FPGA | Sylvain Munaut | 2018-11-19 | 1 | -0/+16 | |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | ice40: Add support for SB_GB_IO | Sylvain Munaut | 2018-11-19 | 1 | -8/+25 | |
| | | | | | | | | | | During packing we replace them by standard SB_IO cells and create the 'fake' SB_GB that matches that IO site global buffer connection. It's done in a separate pass because we need to make sure the nextpnr iob have been dealt first so we have our final Bel location on the SB_IO. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | ice40: Add support for PLL global outputs via PADIN | Sylvain Munaut | 2018-11-19 | 1 | -40/+23 | |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | ice40: Introduce the concept of forPadIn SB_GB | Sylvain Munaut | 2018-11-19 | 1 | -1/+28 | |
| | | | | | | | | | | | | | | Those are cells that are created mainly to handle the various sources a global network can be driven from other than a user net. When the flag is set, this means the global network usually driven by this BEL is in fact driven by something else and so that SB_GB BEL and matching global network can't be used. This is also what gets used to set the extra bits during bitstream generation. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | ice40/pll: Add proper support for PLLOUT_SELECT_xxx attributes | Sylvain Munaut | 2018-11-19 | 1 | -0/+18 | |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | ice40: Minor fix in predicate checking for logic port | Sylvain Munaut | 2018-11-19 | 1 | -2/+3 | |
| | | | | | | | - is_sb_pll40 covers all the PLL types - Use helper to test for gbuf Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | ice40/pack: Stop looking for BEL when we have one during PLL placement | Sylvain Munaut | 2018-11-19 | 1 | -0/+1 | |
| | | | | | | | Ideally we should first process all the PLL that are constrained somehow (either explicitely or because they are PAD) and then free place the rest. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | ice40/pack: Allow PLL to be constrained via 'BEL' attributes | Sylvain Munaut | 2018-11-19 | 1 | -0/+10 | |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | ice40/pack: Make sure we don't use a LOCKED bel when placing PLL | Sylvain Munaut | 2018-11-19 | 1 | -0/+2 | |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | ice40: Add warning if an instanciated SB_IO has its PACKAGE_PIN used elsewhere | Sylvain Munaut | 2018-11-16 | 1 | -0/+5 | |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | timing: Add support for clock constraints | David Shah | 2018-11-12 | 1 | -0/+8 | |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | timing: iCE40 Arch API changes for clocking info | David Shah | 2018-11-12 | 1 | -1/+2 | |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | Add info message for promoted global nets | Clifford Wolf | 2018-10-03 | 1 | -0/+2 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | ice40: Add error for bad PACKAGE_PIN connections | David Shah | 2018-10-03 | 1 | -2/+13 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | clangformat | David Shah | 2018-09-30 | 1 | -15/+23 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Merge pull request #79 from YosysHQ/ice40lvds | Clifford Wolf | 2018-09-25 | 1 | -1/+1 | |
|\ | | | | | ice40: Adding LVDS input support | |||||
| * | ice40: Tristate IO support fixes | David Shah | 2018-09-24 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | Merge pull request #76 from YosysHQ/plloutglobal_fix | Clifford Wolf | 2018-09-25 | 1 | -2/+36 | |
|\ \ | | | | | | | Add needed PLLOUTGLOBAL ports and mapped it | |||||
| * | | Added required checks for PLL and fixed messages eol | Miodrag Milanovic | 2018-09-19 | 1 | -3/+31 | |
| | | | ||||||
| * | | Add needed PLLOUTGLOBAL ports and mapped it properly | Miodrag Milanovic | 2018-09-12 | 1 | -0/+6 | |
| |/ | ||||||
* / | ice40: Fix carry packer bug | David Shah | 2018-09-25 | 1 | -2/+2 | |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | ice40: make PLL packing more robust | Sergiusz Bazanski | 2018-08-19 | 1 | -11/+26 | |
| | ||||||
* | Get rid of PortPin and BelType (ice40, generic, docs) | Clifford Wolf | 2018-08-08 | 1 | -3/+3 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Fixing constraint placement bugs | David Shah | 2018-08-03 | 1 | -2/+3 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Reworking packer and placer to use new generic rel legaliser | David Shah | 2018-08-03 | 1 | -0/+3 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | ice40: Promote 'logic' globals as well as clock/enable/reset | David Shah | 2018-08-03 | 1 | -10/+40 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | ice40: Add HFOSC support, force fabric routing on oscillators for now | David Shah | 2018-08-01 | 1 | -1/+14 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | clangformat | Sergiusz Bazanski | 2018-08-01 | 1 | -6/+6 | |
| | ||||||
* | clangformat | Eddie Hung | 2018-07-25 | 1 | -6/+6 | |
| | ||||||
* | ice40: check PLL PACKAGEPIN drives only PLL, cosmetics | Sergiusz Bazanski | 2018-07-25 | 1 | -4/+7 | |
| | ||||||
* | clang-format | Sergiusz Bazanski | 2018-07-25 | 1 | -7/+7 | |
| | ||||||
* | ice40: support PLL40_*_PAD, fix pass-through LUT for LOCK | Sergiusz Bazanski | 2018-07-25 | 1 | -7/+65 | |
| | ||||||
* | ice40: after review | Sergiusz Bazanski | 2018-07-24 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/pll | Sergiusz Bazanski | 2018-07-24 | 1 | -0/+4 | |
|\ | ||||||
| * | ice40: Remove use of deprecated APIs | David Shah | 2018-07-24 | 1 | -2/+3 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | ice40: Trim BRAM constant inputs, reduces routing congestion around BRAM | David Shah | 2018-07-24 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | ice40: fixes before review | Sergiusz Bazanski | 2018-07-24 | 1 | -14/+5 | |
| | | ||||||
* | | clang-format | Sergiusz Bazanski | 2018-07-24 | 1 | -51/+53 | |
| | | ||||||
* | | ice40: Move spliceLUT back to pack.cc | Sergiusz Bazanski | 2018-07-24 | 1 | -2/+53 | |
| | | ||||||
* | | ice40: Refactor PLL/LOCK LUT splicing out into Arch:: | Sergiusz Bazanski | 2018-07-24 | 1 | -74/+3 | |
| | | ||||||
* | | ice40: Emit feed-through LUTs for PLL/LOCK | Sergiusz Bazanski | 2018-07-24 | 1 | -1/+158 | |
| | | ||||||
* | | ice40: Fail early on SB_PLL40_*_PAD cells | Sergiusz Bazanski | 2018-07-24 | 1 | -0/+7 | |
| | | ||||||
* | | ice40: Implement emitting PLLs | Sergiusz Bazanski | 2018-07-24 | 1 | -0/+32 | |
|/ | ||||||
* | ice40: Trim DSP inputs that are constant where appropriate | David Shah | 2018-07-19 | 1 | -0/+4 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | ice40: Packer and bitstream gen support for MAC16s | David Shah | 2018-07-19 | 1 | -0/+19 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | ice40: Renaming | David Shah | 2018-07-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | ice40: Fixes for inverted clocks | David Shah | 2018-07-18 | 1 | -0/+4 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | ice40: Make assignArchArgs a Arch method; call also after legaliser | David Shah | 2018-07-18 | 1 | -31/+1 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | ice40: Assign ArchArgs after packing | David Shah | 2018-07-18 | 1 | -0/+31 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> |