aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed portability issue, now it works on msys2 windows build as wellMiodrag Milanovic2018-06-111-2/+3
|
* Pass design to gui, display chip nameMiodrag Milanovic2018-06-101-1/+1
|
* ice40: Write logic cell config to bitstreamDavid Shah2018-06-101-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ice40: Writing an empty ASC fileDavid Shah2018-06-101-0/+9
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add very basic routerClifford Wolf2018-06-091-0/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* python: Fixing builds as importable moduleDavid Shah2018-06-081-0/+5
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Reformat remaining filesDavid Shah2018-06-081-1/+0
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Applied clang-format to my own contributionsZipCPU2018-06-071-4/+3
|
* Set the default log to stdoutZipCPU2018-06-071-1/+5
|\
| * Moved placer definitions to place.h, main automatically runs placer nowZipCPU2018-06-071-3/+2
| |
| * Preliminary placer changes to mainZipCPU2018-06-071-0/+7
| |
* | ice40: More Python bindings and examplesDavid Shah2018-06-071-0/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | ice40: Refactor PortPin and add Python bindingDavid Shah2018-06-071-1/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Connected the log file facility to stderrZipCPU2018-06-071-0/+3
|/
* Reformat Python bindings and ice40 mainDavid Shah2018-06-071-221/+226
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fixing file->run renamingDavid Shah2018-06-071-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Merge branch 'python'David Shah2018-06-071-1/+2
|\ | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Global design object workingDavid Shah2018-06-071-1/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Working on global Python design objectDavid Shah2018-06-071-0/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Add ICE40_HX1K_ONLY config macroClifford Wolf2018-06-071-8/+36
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Rename --file to --runClifford Wolf2018-06-071-3/+3
|/ | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Allow specifying multiple Python files on the command lineDavid Shah2018-06-071-3/+4
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Allow loading and running Python files before GUI startsDavid Shah2018-06-071-14/+15
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Attempt to add JSON parser--not working yet w/ build systemZipCPU2018-06-061-12/+26
|
* Add iCE40 device selection, improve iCE40 IO GraphicElementsClifford Wolf2018-06-061-5/+29
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add simple SVG generator to ice40 mainClifford Wolf2018-06-061-4/+36
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ice40 --test modeClifford Wolf2018-06-061-5/+57
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Initial GUI workMiodrag Milanovic2018-06-051-7/+75
|
* Progress in ice40 chipdbClifford Wolf2018-05-261-1/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Start work on iCE40 chipdbClifford Wolf2018-05-261-0/+30
Signed-off-by: Clifford Wolf <clifford@clifford.at>