aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #187 from YosysHQ/fix_lock_passthruDavid Shah2018-12-201-4/+10
|\
| * ice40: Fix LOCK feedthrough insertion with carry or >8 LUTsDavid Shah2018-12-201-4/+10
|/
* Merge pull request #184 from YosysHQ/fix_183David Shah2018-12-191-1/+2
|\
| * common/chain_utils: Don't allow overlapping chainsDavid Shah2018-12-191-1/+2
* | ecp5: Fix ODDR when used with manually instantiated TRELLIS_IODavid Shah2018-12-191-0/+4
|/
* Merge pull request #181 from YosysHQ/ecp5_iologicDavid Shah2018-12-166-0/+265
|\
| * ecp5: Fix IOLOGIC ports at the same constant valueDavid Shah2018-12-151-2/+12
| * ecp5: Add IOLOGIC timing and bitstream; ODDR workingDavid Shah2018-12-144-24/+71
| * ecp5: Add ODDR packingDavid Shah2018-12-142-1/+25
| * ecp5: Adding IOLOGIC packingDavid Shah2018-12-142-11/+109
| * ecp5: Add {S}IOLOGIC constids and cellDavid Shah2018-12-122-0/+86
* | Merge pull request #182 from YosysHQ/netname_prefDavid Shah2018-12-161-8/+32
|\ \
| * | json: Prefer higher level net names when a net has multiple namesDavid Shah2018-12-161-8/+32
|/ /
* | Merge pull request #180 from YosysHQ/python_execute_guiDavid Shah2018-12-1410-0/+68
|\ \
| * | Add GUI for executing python fileMiodrag Milanovic2018-12-1410-0/+68
|/ /
* | Merge pull request #178 from YosysHQ/path_fixDavid Shah2018-12-131-10/+19
|\ \ | |/ |/|
| * timing: Fix critical path printDavid Shah2018-12-131-10/+19
|/
* json: Print error instead of assert for driver/input conflictsDavid Shah2018-12-121-1/+3
* Merge pull request #174 from YosysHQ/ice40_attosoc_smoketestDavid Shah2018-12-0810-4/+3212
|\
| * ci: Add attosoc smoketest for ice40David Shah2018-12-0810-4/+3212
|/
* Merge pull request #172 from YosysHQ/hashfixDavid Shah2018-12-071-1/+2
|\
| * timing_opt: Fix generic buildDavid Shah2018-12-071-1/+2
|/
* Merge pull request #163 from daveshah1/timing_optDavid Shah2018-12-077-4/+878
|\
| * timing_opt: Reduce iterations to 30, tidy up loggingDavid Shah2018-12-062-18/+13
| * timing: Fix xclock crit calc and compiler warningsDavid Shah2018-12-061-7/+5
| * timing_opt: Reduce search diameter to 2David Shah2018-12-061-1/+1
| * timing_opt: Neighbour related fixesDavid Shah2018-12-061-8/+23
| * timing_opt: Improve heuristicsDavid Shah2018-12-063-22/+50
| * timing_opt: Fix criticality and cost calculationsDavid Shah2018-12-062-23/+30
| * timing_opt: Make an optional pass controlled by command lineDavid Shah2018-12-062-3/+11
| * timing: Fixes to criticality calculationDavid Shah2018-12-062-3/+25
| * clangformatDavid Shah2018-12-063-86/+96
| * timing_opt: Fixes including single-move legalityDavid Shah2018-12-062-17/+60
| * timing_opt: Debugging and integrationDavid Shah2018-12-063-15/+123
| * timing_opt: Implement the BFS-based path optimisationDavid Shah2018-12-062-35/+154
| * timing_opt: Implement critical path finderDavid Shah2018-12-061-0/+114
| * timing_opt: Neigbour bel validity checkingDavid Shah2018-12-061-5/+48
| * timing_opt: Functions to calculate arc delay limitsDavid Shah2018-12-063-11/+74
| * timing_opt: Implement neighbour Bel finderDavid Shah2018-12-063-0/+83
| * timing: Add criticality calculation to timing analysisDavid Shah2018-12-063-2/+220
* | Merge pull request #168 from YosysHQ/ci/cirrusSerge Bazanski2018-12-062-0/+44
|\ \
| * | ci: more RAMSergiusz Bazanski2018-12-061-4/+4
| * | ci: run test binariesSergiusz Bazanski2018-12-061-2/+5
| * | ci: downloadmoreram.comSergiusz Bazanski2018-12-051-1/+1
| * | ci: implement using CirrusCISergiusz Bazanski2018-12-052-0/+41
* | | ice40: Report error for unsupported PLL FEEDBACK_PATH valuesDavid Shah2018-12-061-7/+11
* | | ice40: Improve bitstream error handlingDavid Shah2018-12-061-2/+10
| |/ |/|
* | clangformatDavid Shah2018-12-062-2/+3
* | Merge pull request #164 from YosysHQ/carry_optDavid Shah2018-12-061-31/+78
|\ \
| * | ice40: Put debug logging behind ctx->debugDavid Shah2018-12-061-3/+5