Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #223 from gsomlo/gls-pytrellis-cmake | David Shah | 2019-02-10 | 1 | -4/+11 |
|\ | | | | | ecp5: cmake: Search for pytrellis.so in multiple locations | ||||
| * | ecp5: cmake: Search for pytrellis.so in multiple locations | Gabriel L. Somlo | 2019-02-10 | 1 | -4/+11 |
|/ | | | | | | | | | | | If a distro-specific "trellis-devel" package is used, the pytrellis.so library might be located in a dedicated directory, rather than under TRELLIS_ROOT. Search for pytrellis.so in a list of directories, then subsequently use the first match as part of PYTHONPATH. Signed-off-by: Gabriel Somlo <gsomlo@gmail.com> | ||||
* | Merge pull request #232 from YosysHQ/err145 | David Shah | 2019-02-09 | 1 | -0/+2 |
|\ | | | | | ice40: PLLs can't conflict with themselves | ||||
| * | ice40: PLLs can't conflict with themselves | David Shah | 2019-02-09 | 1 | -0/+2 |
|/ | | | | | | Fixes error building testcase from #145 Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #226 from YosysHQ/190207 | Eddie Hung | 2019-02-09 | 1 | -2/+1 |
|\ | | | | | Fix slack_histogram computation accessing num_bins+1 | ||||
| * | Remove regressions; see PR#227 of where it will end up | Eddie Hung | 2019-02-07 | 4 | -5552/+0 |
| | | |||||
| * | Rename from date to pr number | Eddie Hung | 2019-02-07 | 2 | -0/+0 |
| | | |||||
| * | Add to regressions | Eddie Hung | 2019-02-07 | 4 | -0/+5552 |
| | | |||||
| * | Fix slack_histogram computation accessing num_bins+1 | Eddie Hung | 2019-02-07 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #230 from YosysHQ/fix229 | David Shah | 2019-02-09 | 1 | -1/+6 |
|\ \ | | | | | | | ice40: Don't create PLLOUT_B buffer for single-output PLL variants | ||||
| * | | ice40: Don't create PLLOUT_B buffer for single-output PLL variants | David Shah | 2019-02-09 | 1 | -1/+6 |
|/ / | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | clangformat | David Shah | 2019-02-08 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge branch 'ecp5func' | David Shah | 2019-02-08 | 7 | -4/+170 |
|\ \ | |||||
| * | | ecp5: Adding DTR, OSCG, CLKDIVF, USRMCLK, JTAGG | David Shah | 2019-02-08 | 5 | -2/+157 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | router1: Print route time | David Shah | 2019-01-30 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | placer1: Add place time print | David Shah | 2019-01-30 | 1 | -2/+9 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | | Better resize, FPGAViewWidget minimal is now 320x200, fixes #222 | Miodrag Milanovic | 2019-02-07 | 1 | -1/+1 |
| | | | |||||
* | | | Fix reading conflicting wire in GUI for pips, fixes #225 | Miodrag Milanovic | 2019-02-07 | 1 | -2/+6 |
| | | | |||||
* | | | timing: Add --ignore-loops option | David Shah | 2019-02-05 | 2 | -1/+7 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | | Merge pull request #220 from YosysHQ/coi3 | Eddie Hung | 2019-01-29 | 1 | -6/+9 |
|\ \ \ | |_|/ |/| | | ice40: Add budget override for CO->I3 path | ||||
| * | | [ice40] Refactor Arch::getBudgetOverride() | Eddie Hung | 2019-01-29 | 1 | -29/+9 |
| | | | |||||
| * | | ice40: Add budget override for CO->I3 path | David Shah | 2019-01-27 | 1 | -0/+23 |
| |/ | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #217 from YosysHQ/timingfixes | David Shah | 2019-01-27 | 3 | -8/+34 |
|\ \ | | | | | | | [timing] Path related fixes | ||||
| * | | timing: Path related fixes | David Shah | 2019-01-27 | 3 | -8/+34 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | | Merge pull request #210 from twam/master | David Shah | 2019-01-27 | 1 | -3/+3 |
|\ \ \ | |_|/ |/| | | Search for trellis in /usr/local/share/trellis if not specified with … | ||||
| * | | Search for trellis in /usr/local/share/trellis if not specified with ↵ | Tobias Müller | 2019-01-13 | 1 | -3/+3 |
| | | | | | | | | | | | | -DTRELLIS_ROOT | ||||
* | | | Make cross compile possible for mingw | Miodrag Milanovic | 2019-01-27 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #211 from smunaut/ice40_ram_attrs | David Shah | 2019-01-21 | 1 | -0/+4 |
|\ \ | | | | | | | ice40/pack: Copy attributes to packed cell | ||||
| * | | ice40/pack: Copy attributes to packed RAM cells | Sylvain Munaut | 2019-01-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | Useful to allow manual placement of SPRAM/EBR using BEL attribute for instance Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | | | Merge pull request #213 from smunaut/ice40_gbuf_errmsg | David Shah | 2019-01-21 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | ice40: Add error message if a selected site is not Global Buffer capable | ||||
| * | | ice40: Add error message if a selected site is not Global Buffer capable | Sylvain Munaut | 2019-01-18 | 1 | -0/+4 |
|/ / | | | | | | | | | | | ... rather than assert()-out during the call to getWireBelPins() call Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | | Merge pull request #205 from YosysHQ/ice40_io_tmg | David Shah | 2019-01-08 | 2 | -3/+67 |
|\| | | | | | ice40: Add timing data for all IO modes | ||||
| * | ice40: Add timing data for all IO modes | David Shah | 2019-01-07 | 2 | -3/+67 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ecp5: Add PULLMODE support | David Shah | 2019-01-07 | 1 | -0/+2 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #197 from YosysHQ/fix_192 | David Shah | 2019-01-01 | 1 | -14/+14 |
|\ | | | | | command: Setup logging before attempting to create Context | ||||
| * | command: Setup logging before attempting to create Context | David Shah | 2018-12-26 | 1 | -14/+14 |
| | | | | | | | | | | | | | | This way errors (such as an invalid package type) occurring during Context creation are printed properly. Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #196 from YosysHQ/pio_error | David Shah | 2018-12-26 | 3 | -3/+23 |
|\ \ | | | | | | | ice40: Improve handling of unconstrained IO | ||||
| * | | ice40: Improve handling of unconstrained IO | David Shah | 2018-12-26 | 3 | -3/+23 |
| |/ | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #195 from YosysHQ/fix_194 | David Shah | 2018-12-25 | 1 | -0/+9 |
|\ \ | |/ |/| | ecp5: Check for incorrect use of TRELLIS_IO 'B' pin | ||||
| * | ecp5: Check for incorrect use of TRELLIS_IO 'B' pin | David Shah | 2018-12-25 | 1 | -0/+9 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ecp5: Fix tristate IO insertion | David Shah | 2018-12-22 | 1 | -1/+1 |
| | | | | | | Fixes #191 Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Clarify ICEBOX_ROOT parameter | David Shah | 2018-12-21 | 1 | -2/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Merge pull request #189 from YosysHQ/pcf_improve | David Shah | 2018-12-20 | 2 | -4/+45 |
|\ | | | | | ice40: Add PCF support for -pullup, -pullup_resistor and -nowarn | ||||
| * | ice40: Add PCF support for -pullup, -pullup_resistor and -nowarn | David Shah | 2018-12-20 | 2 | -4/+45 |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Merge pull request #187 from YosysHQ/fix_lock_passthru | David Shah | 2018-12-20 | 1 | -4/+10 |
|\ | | | | | ice40: Fix LOCK feedthrough insertion with carry or >8 LUTs | ||||
| * | ice40: Fix LOCK feedthrough insertion with carry or >8 LUTs | David Shah | 2018-12-20 | 1 | -4/+10 |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Merge pull request #184 from YosysHQ/fix_183 | David Shah | 2018-12-19 | 1 | -1/+2 |
|\ | | | | | common/chain_utils: Don't allow overlapping chains | ||||
| * | common/chain_utils: Don't allow overlapping chains | David Shah | 2018-12-19 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | ecp5: Fix ODDR when used with manually instantiated TRELLIS_IO | David Shah | 2018-12-19 | 1 | -0/+4 |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Merge pull request #181 from YosysHQ/ecp5_iologic | David Shah | 2018-12-16 | 6 | -0/+265 |
|\ | | | | | ecp5: Adding DDR input/output support |