| Commit message (Expand) | Author | Age | Files | Lines |
* | QUIET flag for cmake searches for boost python | Eddie Hung | 2018-11-20 | 1 | -6/+6 |
* | Merge pull request #131 from smunaut/ice40_fixes | David Shah | 2018-11-20 | 10 | -167/+422 |
|\ |
|
| * | ice40: Add support for SB_RGBA_DRV | Sylvain Munaut | 2018-11-19 | 5 | -2/+58 |
| * | ice40: Add global network output support for LFOSC/HFOSC | Sylvain Munaut | 2018-11-19 | 1 | -2/+10 |
| * | ice40/pack: Add helper to constain cells that are unique in the FPGA | Sylvain Munaut | 2018-11-19 | 1 | -0/+16 |
| * | ice40: Add support for SB_GB_IO | Sylvain Munaut | 2018-11-19 | 5 | -8/+31 |
| * | ice40: Add support for PLL global outputs via PADIN | Sylvain Munaut | 2018-11-19 | 2 | -84/+73 |
| * | ice40: Introduce the concept of forPadIn SB_GB | Sylvain Munaut | 2018-11-19 | 5 | -2/+53 |
| * | ice40/chipdb: Add wires to global network for all cells that can drive it | Sylvain Munaut | 2018-11-19 | 3 | -6/+22 |
| * | ice40: Add GlobalNetowkrInfo in the chip database | Sylvain Munaut | 2018-11-19 | 2 | -37/+63 |
| * | ice40: Fix BEL validity check for PLL vs SB_IO | Sylvain Munaut | 2018-11-19 | 1 | -21/+20 |
| * | ice40: Improve the is_sb_pll40_XXX predicates collection | Sylvain Munaut | 2018-11-19 | 1 | -1/+13 |
| * | ice40: Fix PLLTYPE for SB_PLL40_2F_PAD | Sylvain Munaut | 2018-11-19 | 1 | -1/+1 |
| * | ice40/pll: Add proper support for PLLOUT_SELECT_xxx attributes | Sylvain Munaut | 2018-11-19 | 1 | -0/+18 |
| * | ice40: Make PLL default FEEDBACK_MODE to SIMPLE | Sylvain Munaut | 2018-11-19 | 1 | -1/+1 |
| * | ice40: Minor fix in predicate checking for logic port | Sylvain Munaut | 2018-11-19 | 1 | -2/+3 |
| * | ice40/pack: Stop looking for BEL when we have one during PLL placement | Sylvain Munaut | 2018-11-19 | 1 | -0/+1 |
| * | ice40/pack: Allow PLL to be constrained via 'BEL' attributes | Sylvain Munaut | 2018-11-19 | 1 | -0/+10 |
| * | ice40/pack: Make sure we don't use a LOCKED bel when placing PLL | Sylvain Munaut | 2018-11-19 | 1 | -0/+2 |
| * | ice40/arch: Add helper to check if a BEL is LOCKED or not | Sylvain Munaut | 2018-11-19 | 2 | -0/+21 |
| * | ice40/chipdb: Fix LOCKED keyword support to include all packages | Sylvain Munaut | 2018-11-19 | 1 | -1/+2 |
| * | ice40/bitstream: Handle IoCtrl.IE_ polarity when configuring unused SB_IO | Sylvain Munaut | 2018-11-19 | 1 | -2/+7 |
* | | Merge pull request #130 from smunaut/issue_127 | David Shah | 2018-11-20 | 2 | -8/+21 |
|\ \ |
|
| * | | common/placer1: In random pick, only use grid if there is more than 64 BELs | Sylvain Munaut | 2018-11-19 | 2 | -8/+21 |
| |/ |
|
* | | Merge pull request #132 from maikmerten/master | David Shah | 2018-11-20 | 1 | -0/+10 |
|\ \
| |/
|/| |
|
| * | add "randomize-seed" command-line option | Maik Merten | 2018-11-19 | 1 | -0/+10 |
|/ |
|
* | Merge pull request #124 from smunaut/ice40_warn_sbio_misuse | David Shah | 2018-11-16 | 1 | -0/+5 |
|\ |
|
| * | ice40: Add warning if an instanciated SB_IO has its PACKAGE_PIN used elsewhere | Sylvain Munaut | 2018-11-16 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #123 from smunaut/ice40_fix_line_endings | David Shah | 2018-11-16 | 1 | -1043/+1043 |
|\ |
|
| * | ice40/bitstream: Convert to UNIX line endings | Sylvain Munaut | 2018-11-16 | 1 | -1043/+1043 |
|/ |
|
* | clangformat | David Shah | 2018-11-16 | 13 | -296/+463 |
* | ice40: Remove unnecessary RAM assertion | David Shah | 2018-11-16 | 1 | -1/+0 |
* | Merge pull request #119 from cr1901/win-fix | David Shah | 2018-11-16 | 4 | -2/+6 |
|\ |
|
| * | Use native PATH environment-variable separator on Windows for PYTHONPATH. Fix... | William D. Jones | 2018-11-03 | 1 | -0/+4 |
| * | Rename io.{h,cc} to pio.{h,cc} to avoid naming conflict with Windows-provided... | William D. Jones | 2018-11-03 | 3 | -2/+2 |
* | | Merge pull request #118 from daveshah1/dcu | David Shah | 2018-11-16 | 9 | -39/+935 |
|\ \ |
|
| * | | ecp5: Better use of Boost | David Shah | 2018-11-16 | 1 | -3/+3 |
| * | | ecp5: Regression fix & format | David Shah | 2018-11-15 | 2 | -4/+14 |
| * | | ecp5: Support LOC attribute on DCUs | David Shah | 2018-11-15 | 1 | -1/+25 |
| * | | ecp5: Add DCU availability check | David Shah | 2018-11-15 | 1 | -0/+2 |
| * | | ecp5: Add timing info for SERDES | David Shah | 2018-11-15 | 1 | -1/+26 |
| * | | ecp5: DCU clocking fixes | David Shah | 2018-11-15 | 1 | -2/+8 |
| * | | ecp5: EXTREFB fixes | David Shah | 2018-11-15 | 2 | -1/+5 |
| * | | ecp5: clangformat | David Shah | 2018-11-15 | 2 | -18/+23 |
| * | | ecp5: Trim IO connected to top level ports | David Shah | 2018-11-15 | 1 | -15/+73 |
| * | | ecp5: Adding ancillary DCU bels | David Shah | 2018-11-15 | 4 | -1/+57 |
| * | | ecp5: remove debug and clangformat | David Shah | 2018-11-15 | 3 | -10/+13 |
| * | | dcu: Fix bitstream param handling | David Shah | 2018-11-15 | 1 | -0/+1 |
| * | | ecp5: Prefer DCCs with dedicated routing when placing DCCs | David Shah | 2018-11-15 | 1 | -0/+43 |
| * | | ecp5: Working on DCU | David Shah | 2018-11-15 | 3 | -5/+63 |