aboutsummaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* compile fixMiodrag Milanovic2018-08-041-1/+1
* Merge pull request #33 from YosysHQ/gui-ecp5Miodrag Milanović2018-08-042-3/+4
|\
| * Unify interfaces for guiMiodrag Milanovic2018-08-032-3/+4
* | Add constraint weight as a command line optionDavid Shah2018-08-031-1/+1
* | Remove old place legaliser, set placement constraints instead (currently igno...David Shah2018-08-032-57/+0
|/
* various fixes for generic archMiodrag Milanovic2018-08-022-10/+3
* Add Router1CfgClifford Wolf2018-08-021-1/+1
* Remove getFrameDecal() APIClifford Wolf2018-08-012-4/+0
* Merge branch 'redist_slack' into 'master'David Shah2018-08-012-0/+15
|\
| * clangformat for stuff I've touchedEddie Hung2018-07-311-1/+1
| * Modify the getNetinfo*() functions and getBudgetOverride() to not useEddie Hung2018-07-312-2/+2
| * Merge remote-tracking branch 'origin/estdelay' into redist_slackEddie Hung2018-07-312-0/+12
| |\
| | * Modify predictDelay signatureEddie Hung2018-07-302-6/+8
| | * Add predictDelay Arch APIClifford Wolf2018-07-302-0/+10
| * | Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-312-0/+3
| |\ \
| | * | Update getBudgetOverride() for other archesEddie Hung2018-07-262-2/+2
| | * | Revert "Remove Arch::getBudgetOverride()"Eddie Hung2018-07-262-0/+3
| | |/
* | / clangformatSergiusz Bazanski2018-08-011-4/+6
|/ /
* | getChipName() should be constClifford Wolf2018-07-311-1/+1
* | Use DelayInfo for cell timing instead of delay_tDavid Shah2018-07-302-2/+2
|/
* generic: Fixing buildDavid Shah2018-07-261-2/+2
* Add getWireType()/getPipType() APIClifford Wolf2018-07-262-8/+17
* clangformatEddie Hung2018-07-251-6/+4
* clangformatDavid Shah2018-07-251-8/+2
* Fixed pybiding so generic can work and ecp5 expose all neededMiodrag Milanovic2018-07-241-1/+11
* Add missing implementations of generic Arch methodsClifford Wolf2018-07-242-5/+30
* Remove implementations of deprecated APIsDavid Shah2018-07-242-8/+0
* Remove getBelsByType() APIClifford Wolf2018-07-232-12/+0
* Add getGridDimX(), getGridDimY(), getTileDimZ() APIClifford Wolf2018-07-232-1/+25
* Move to new API and remove deprecatedMiodrag Milanovic2018-07-222-6/+0
* Add Arch::getBelPins() to generic and iCE40 archsClifford Wolf2018-07-222-0/+8
* Add Arch::getBelPinType() and Arch::getWireBelPins() in generic archClifford Wolf2018-07-222-2/+12
* Rename getWireBelPin to getBelPinWireClifford Wolf2018-07-222-2/+2
* Add Loc constructorsClifford Wolf2018-07-212-11/+6
* Change DelayInfo semantics to what we actually needClifford Wolf2018-07-211-3/+6
* Add getWireDelay APIClifford Wolf2018-07-211-0/+1
* Add Location APIs to generic archClifford Wolf2018-07-202-12/+29
* ice40: Trim DSP inputs that are constant where appropriateDavid Shah2018-07-191-2/+6
* Add ArchNetInfo and ArchCellInfoClifford Wolf2018-07-171-0/+3
* Add ctx->pack() APIClifford Wolf2018-07-131-0/+1
* Fix Ui/Decal handling of active/inactive arch objectsClifford Wolf2018-07-131-1/+11
* Use command line parameters settings for GUI as well.Miodrag Milanovic2018-07-131-18/+21
* Updates from clang-formatClifford Wolf2018-07-122-31/+12
* Add Groups APIClifford Wolf2018-07-123-1/+76
* Fix usage of refreshUi API in generic archClifford Wolf2018-07-111-4/+5
* Add ctx->place() APIClifford Wolf2018-07-112-0/+7
* Add ctx->route() APIClifford Wolf2018-07-112-0/+11
* New refreshUi APIClifford Wolf2018-07-111-6/+0
* Add GUI Decals APIClifford Wolf2018-07-113-24/+36
* python: Convert empty BelId to NoneDavid Shah2018-07-042-2/+2