aboutsummaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-312-0/+3
| |\ \ | | | | | | | | | | | | # Conflicts: # common/timing.cc
| | * | Update getBudgetOverride() for other archesEddie Hung2018-07-262-2/+2
| | | |
| | * | Revert "Remove Arch::getBudgetOverride()"Eddie Hung2018-07-262-0/+3
| | |/ | | | | | | | | | This reverts commit 749dae4ae5b2b719237af5db28e98ff671bae265.
* | / clangformatSergiusz Bazanski2018-08-011-4/+6
|/ /
* | getChipName() should be constClifford Wolf2018-07-311-1/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Use DelayInfo for cell timing instead of delay_tDavid Shah2018-07-302-2/+2
|/ | | | Signed-off-by: David Shah <davey1576@gmail.com>
* generic: Fixing buildDavid Shah2018-07-261-2/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add getWireType()/getPipType() APIClifford Wolf2018-07-262-8/+17
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* clangformatEddie Hung2018-07-251-6/+4
|
* clangformatDavid Shah2018-07-251-8/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* 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
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Remove implementations of deprecated APIsDavid Shah2018-07-242-8/+0
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Remove getBelsByType() APIClifford Wolf2018-07-232-12/+0
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add getGridDimX(), getGridDimY(), getTileDimZ() APIClifford Wolf2018-07-232-1/+25
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* 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
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add Arch::getBelPinType() and Arch::getWireBelPins() in generic archClifford Wolf2018-07-222-2/+12
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Rename getWireBelPin to getBelPinWireClifford Wolf2018-07-222-2/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add Loc constructorsClifford Wolf2018-07-212-11/+6
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Change DelayInfo semantics to what we actually needClifford Wolf2018-07-211-3/+6
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add getWireDelay APIClifford Wolf2018-07-211-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add Location APIs to generic archClifford Wolf2018-07-202-12/+29
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* ice40: Trim DSP inputs that are constant where appropriateDavid Shah2018-07-191-2/+6
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add ArchNetInfo and ArchCellInfoClifford Wolf2018-07-171-0/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->pack() APIClifford Wolf2018-07-131-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix Ui/Decal handling of active/inactive arch objectsClifford Wolf2018-07-131-1/+11
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Use command line parameters settings for GUI as well.Miodrag Milanovic2018-07-131-18/+21
|
* Updates from clang-formatClifford Wolf2018-07-122-31/+12
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add Groups APIClifford Wolf2018-07-123-1/+76
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix usage of refreshUi API in generic archClifford Wolf2018-07-111-4/+5
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->place() APIClifford Wolf2018-07-112-0/+7
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->route() APIClifford Wolf2018-07-112-0/+11
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* New refreshUi APIClifford Wolf2018-07-111-6/+0
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add GUI Decals APIClifford Wolf2018-07-113-24/+36
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* python: Convert empty BelId to NoneDavid Shah2018-07-042-2/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* python: Renaming and fixing 'generic' buildDavid Shah2018-07-042-0/+31
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* refactor: Replace assert with NPNR_ASSERTDavid Shah2018-07-041-7/+7
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add header comment for the common arch API in generic archClifford Wolf2018-06-301-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add implementations for generic arch db APIClifford Wolf2018-06-302-94/+248
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add stub generator API to generic archClifford Wolf2018-06-302-6/+52
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Rename "dummy" arch to "generic"Clifford Wolf2018-06-298-0/+592
Signed-off-by: Clifford Wolf <clifford@clifford.at>