aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40
Commit message (Collapse)AuthorAgeFilesLines
* Fixing old emails and names in copyrightsgatecat2021-06-122-2/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* ice40: Use snake case for arch-specific functionsD. Shah2021-02-031-13/+13
| | | | | | | This makes the difference clearer between the general arch API that everyone must implement; and helper functions specific to one arch. Signed-off-by: D. Shah <dave@ds0.me>
* Preserve cmd parameters when loading json from GUIMiodrag Milanovic2020-09-041-0/+1
|
* Use proper names in GUIMiodrag Milanovic2020-07-081-12/+12
|
* Support rest of partsMiodrag Milanovic2020-07-081-0/+6
|
* Adding LP4K as wellMiodrag Milanovic2020-07-081-0/+2
|
* Support 4K parts directlyMiodrag Milanovic2020-07-081-0/+2
|
* Simplify and improve chipdb embedding/loading.whitequark2020-06-262-47/+19
|
* json: Remove legacy frontendDavid Shah2019-12-271-1/+0
| | | | Signed-off-by: David Shah <dave@ds0.me>
* clangformat runMiodrag Milanovic2019-06-251-3/+4
|
* enable lading of jsons and setting up contextMiodrag Milanovic2019-06-142-5/+5
|
* gui for json write and proper statusesMiodrag Milanovic2019-06-142-4/+7
|
* CleanupMiodrag Milanovic2019-06-142-7/+0
|
* Fix method override in guiMiodrag Milanovic2018-11-051-1/+1
|
* Added image generator and regenerate iconsMiodrag Milanovic2018-11-032-0/+0
|
* Save settings and give nicer names to someMiodrag Milanovic2018-08-101-1/+1
|
* Make loading works nice and use settingsMiodrag Milanovic2018-08-082-8/+6
|
* Use settings for json and pcfMiodrag Milanovic2018-08-081-1/+1
|
* clangformatMiodrag Milanovic2018-08-081-1/+1
|
* move load/save proj to baseMiodrag Milanovic2018-08-082-37/+2
|
* Use ProjectHandler from gui as wellMiodrag Milanovic2018-08-061-86/+9
|
* Disable menu options on json loadMiodrag Milanovic2018-08-051-1/+2
|
* Utility calls staticMiodrag Milanovic2018-08-041-1/+1
|
* Move ArchArgs to BaseWindowMiodrag Milanovic2018-08-042-3/+1
|
* not needed anymoreMiodrag Milanovic2018-08-041-7/+0
|
* Moved to new signal slot syntaxMiodrag Milanovic2018-08-031-3/+3
|
* clangformatMiodrag Milanovic2018-08-022-13/+7
|
* Document and cleanupMiodrag Milanovic2018-08-021-6/+6
|
* Move common logic to basewindowMiodrag Milanovic2018-08-022-234/+18
|
* Make worker genericMiodrag Milanovic2018-08-024-382/+27
|
* Move generic resources to top levelMiodrag Milanovic2018-08-029-8/+0
|
* Revert "always assign budget before placing"Eddie Hung2018-07-301-2/+1
| | | | This reverts commit 2bf39cbdc596b06c179280951d42353de440dc81.
* added buttons for new zoom operationsMiodrag Milanovic2018-07-261-0/+2
|
* make update of tree for nets and cells partialMiodrag Milanovic2018-07-231-2/+2
|
* write frequency infoMiodrag Milanovic2018-07-231-0/+1
|
* always assign budget before placingMiodrag Milanovic2018-07-231-2/+2
|
* clangformatClifford Wolf2018-07-221-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix warnings and statusMiodrag Milanovic2018-07-211-2/+2
|
* Made save project work as wellMiodrag Milanovic2018-07-212-7/+44
|
* made open project to workMiodrag Milanovic2018-07-211-2/+73
|
* removed not used and buggy featuresMiodrag Milanovic2018-07-181-1/+0
|
* Added splash screen info while loadingMiodrag Milanovic2018-07-151-0/+1
|
* make linked items clickableMiodrag Milanovic2018-07-151-10/+10
|
* simplified Icon allocationMiodrag Milanovic2018-07-141-50/+30
|
* join python and info into one tabMiodrag Milanovic2018-07-141-6/+0
|
* Add ctx->pack() APIClifford Wolf2018-07-132-3/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fixed initial title and actions after newMiodrag Milanovic2018-07-132-3/+4
|
* Use command line parameters settings for GUI as well.Miodrag Milanovic2018-07-132-21/+34
|
* Add ctx->place() APIClifford Wolf2018-07-112-3/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->route() APIClifford Wolf2018-07-112-4/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>