Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ice40: Add support for PLL ICEGATE function | Sylvain Munaut | 2023-02-01 | 1 | -0/+3 |
| | | | | | | | | | Technically you can enable it independently on CORE and GLOBAL output, but this is not exposed in the classic primitive, so we do the same as icecube2 and enable/disable it for both output path depending on the argument Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | ice40: Support for undriven / unconnected output ports | Sylvain Munaut | 2023-01-29 | 1 | -1/+6 |
| | | | | | | | | If a port specified as output (and thus had a $nextpnr_obuf inserted) is undriven (const `z` or const `x`), we make sure to not enable the output driver. Also enable pull-ups if it was requested by the user. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | ice40: Rework pull-up attribute copy to SB_IO blocks | Sylvain Munaut | 2023-01-29 | 1 | -8/+14 |
| | | | | | | | | | | | | | | | We try to copy the attribute only when there is a chance for the output driver to not be active. Note that this can _also_ happen when a port is specified as output but has a TBUF, which the previous code wasn't handling. We could copy the attribute "all-the-time" but this would mean if a user specified a `-pullup yes` in the PCF for a permanently driven output pin, we'd be burning power for nothing. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | refactor: Use IdString::in instead of || chains | gatecat | 2022-08-10 | 1 | -4/+4 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Switch to potentially-sparse net users array | gatecat | 2022-02-27 | 1 | -1/+1 |
| | | | | | | | | This uses a new data structure for net.users that allows gaps, so removing a port from a net is no longer an O(n) operation on the number of users the net has. Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | refactor: New member functions to replace design_utils | gatecat | 2022-02-18 | 1 | -22/+25 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | refactor: Use constids instead of id("..") | gatecat | 2022-02-16 | 1 | -295/+293 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | refactor: Use cell member functions to add ports | gatecat | 2022-02-16 | 1 | -169/+162 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | refactor: New NetInfo and CellInfo constructors | gatecat | 2022-02-16 | 1 | -12/+8 |
| | |||||
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 1 | -3/+3 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Using hashlib in arches | gatecat | 2021-06-02 | 1 | -1/+1 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Improve handling of unused inout port bits | David Shah | 2020-02-25 | 1 | -1/+18 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Preserve hierarchy through packing | David Shah | 2019-12-27 | 1 | -0/+4 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | sdf: Working on support for CVC | David Shah | 2019-10-24 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ice40: Preserve top level IO properly | David Shah | 2019-10-19 | 1 | -1/+19 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Major Property improvements for common and iCE40 | David Shah | 2019-08-05 | 1 | -80/+80 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ice40: add RGB_DRV/LED_DRV_CUR support for u4k | Simon Schubert | 2019-06-10 | 1 | -0/+16 |
| | |||||
* | ice40: Add support for SB_I2C and SB_SPI | Sylvain Munaut | 2019-03-25 | 1 | -0/+47 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | clangformat | David Shah | 2018-12-06 | 1 | -1/+2 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ice40: Add support for placing SB_LEDDA_IP block. | Daniel Serpell | 2018-12-01 | 1 | -0/+14 |
| | | | | Signed-off-by: Daniel Serpell <daniel.serpell@gmail.com> | ||||
* | ice40: Add support for SB_RGBA_DRV | Sylvain Munaut | 2018-11-19 | 1 | -0/+14 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | ice40/chipdb: Add wires to global network for all cells that can drive it | Sylvain Munaut | 2018-11-19 | 1 | -2/+2 |
| | | | | | | | | The icebox DB is a bit inconsistent in how global network connections are represented. Here we make it appear consistent by creating ports on the cells that can drive it. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | ice40: Fix PLLTYPE for SB_PLL40_2F_PAD | Sylvain Munaut | 2018-11-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | ice40: Make PLL default FEEDBACK_MODE to SIMPLE | Sylvain Munaut | 2018-11-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | ice40: Fix SPRAM and IO globals | David Shah | 2018-11-04 | 1 | -0/+4 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ice40: Fix PLL DYNAMICDELAY | David Shah | 2018-10-27 | 1 | -1/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Merge pull request #79 from YosysHQ/ice40lvds | Clifford Wolf | 2018-09-25 | 1 | -4/+8 |
|\ | | | | | ice40: Adding LVDS input support | ||||
| * | ice40: Tristate IO support fixes | David Shah | 2018-09-24 | 1 | -4/+8 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Add needed PLLOUTGLOBAL ports and mapped it properly | Miodrag Milanovic | 2018-09-12 | 1 | -0/+2 |
|/ | |||||
* | ice40: make PLL packing more robust | Sergiusz Bazanski | 2018-08-19 | 1 | -1/+2 |
| | |||||
* | ice40: Add HFOSC support, force fabric routing on oscillators for now | David Shah | 2018-08-01 | 1 | -2/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: fixes before review | Sergiusz Bazanski | 2018-07-24 | 1 | -0/+1 |
| | |||||
* | ice40: Implement emitting PLLs | Sergiusz Bazanski | 2018-07-24 | 1 | -0/+49 |
| | |||||
* | ice40: Packer and bitstream gen support for MAC16s | David Shah | 2018-07-19 | 1 | -2/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Adding cell definition for DSPs | David Shah | 2018-07-19 | 1 | -0/+72 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Fixes for inverted clocks | David Shah | 2018-07-18 | 1 | -1/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | refactor: Replace assert with NPNR_ASSERT | David Shah | 2018-07-04 | 1 | -4/+4 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: UltraPlus SPRAM working | David Shah | 2018-06-29 | 1 | -0/+18 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Working on debugging carry packer | David Shah | 2018-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | clang fix | Miodrag Milanovic | 2018-06-26 | 1 | -1/+1 |
| | |||||
* | nets and cells are unique_ptr's | Miodrag Milanovic | 2018-06-25 | 1 | -46/+46 |
| | |||||
* | ice40: More preparations for carry legalisation | David Shah | 2018-06-25 | 1 | -0/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Refactor: remove PlacementValidityChecker and move methods to Arch | David Shah | 2018-06-25 | 1 | -3/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Update from increased clangformat line length | David Shah | 2018-06-23 | 1 | -16/+9 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Move global net test to Arch | David Shah | 2018-06-23 | 1 | -8/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Cleanup almost all deprecation warnings | Miodrag Milanovic | 2018-06-23 | 1 | -21/+21 |
| | |||||
* | ice40: SB_LFOSC support, fabric routing only | David Shah | 2018-06-22 | 1 | -2/+17 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Switched from clifford@clifford.at to clifford@symbioticeda.com for ↵ | Clifford Wolf | 2018-06-22 | 1 | -1/+1 |
| | | | | | | copyright headers Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improved log messages in SA placer, minor changes from clangformat | Clifford Wolf | 2018-06-19 | 1 | -3/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ice40: Improve error reporting for invalid tristate usage | David Shah | 2018-06-19 | 1 | -4/+9 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> |