aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ecp5: Begin planning data structuresDavid Shah2018-07-113-0/+793
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Added cmake parameter ARCH to specify architecture to buildMiodrag Milanovic2018-07-112-5/+32
|
* Renamed dummy->generic for tests, also fix warningMiodrag Milanovic2018-07-112-0/+2
|
* Added ICE40_HX1K_ONLY check in gui and mainMiodrag Milanovic2018-07-102-0/+8
|
* Set family specific parameters for GUIMiodrag Milanovic2018-07-103-0/+4
|
* Merge branch 'speedup_assert' into 'master'David Shah2018-07-091-1/+1
|\ | | | | | | | | NPNR_ASSERT not to implicitly construct strings See merge request SymbioticEDA/nextpnr!6
| * NPNR_ASSERT not to implicitly construct stringsEddie Hung2018-07-081-1/+1
| |
* | cleared a warning and add note for pythonMiodrag Milanovic2018-07-082-8/+9
| |
* | Python executable filename could be differentMiodrag Milanovic2018-07-081-2/+2
|/
* Added selection of chip and pacakge on new projet in GUIMiodrag Milanovic2018-07-073-11/+68
|
* Added rest of properties to all sections in GUIMiodrag Milanovic2018-07-072-2/+122
|
* removed deprecated class name, fixes warnings with later qt5Miodrag Milanovic2018-07-071-2/+2
|
* adde macOS instructionsMiodrag Milanovic2018-07-071-0/+3
|
* clang format and some cleanupMiodrag Milanovic2018-07-064-96/+85
|
* all nets and cells info visible in propertiesMiodrag Milanovic2018-07-061-74/+189
|
* MSVC build instructionsMiodrag Milanovic2018-07-061-1/+6
|
* Cleanup and fix of property viewMiodrag Milanovic2018-07-061-9/+3
|
* more properties added for netsMiodrag Milanovic2018-07-052-4/+70
|
* made current properties read onlyMiodrag Milanovic2018-07-052-6/+9
|
* display properties for nets and cells and simplify typesMiodrag Milanovic2018-07-051-35/+27
|
* Display nets and cells as wellMiodrag Milanovic2018-07-055-1/+60
|
* no messages on console if all is fine with openglMiodrag Milanovic2018-07-051-1/+1
|
* Proper tree in tree view for bels, wires and pipsMiodrag Milanovic2018-07-051-20/+72
|
* disable few warnings for msvcMiodrag Milanovic2018-07-051-0/+4
|
* Disable warning from qt5 andMiodrag Milanovic2018-07-052-3/+3
|
* make GUI compile on MSVCMiodrag Milanovic2018-07-055-11/+15
|
* typeof to decltypeMiodrag Milanovic2018-07-053-60/+60
|
* Merge branch 'new_python' into 'master'Clifford Wolf2018-07-0412-271/+740
|\ | | | | | | | | New "contextual" system of Python wrappers See merge request SymbioticEDA/nextpnr!4
| * python: Convert empty BelId to NoneDavid Shah2018-07-045-6/+12
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * python: Renaming and fixing 'generic' buildDavid Shah2018-07-044-1/+31
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * common: Remove deprecated global IdStringsDavid Shah2018-07-044-26/+5
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * python: More design-related bindings, dump_design.py working againDavid Shah2018-07-044-26/+125
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * python: Update wrapper for non-unique_ptr mapsDavid Shah2018-07-044-99/+137
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * ice40: Near-complete Arch bindngsDavid Shah2018-07-041-5/+47
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * python: Adding more wrapped bindings for ice40David Shah2018-07-044-28/+137
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * python: Translate NPNR_ASSERTs to PythonDavid Shah2018-07-041-0/+7
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * python: New wrapper system working for unique_ptr mapsDavid Shah2018-07-042-5/+11
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * python: Developing context wrappers for mapsDavid Shah2018-07-045-26/+86
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * python: Adding more bindingsDavid Shah2018-07-043-9/+46
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * python: Add context wrapper support for rangesDavid Shah2018-07-045-97/+94
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Progress on new wrapper systemDavid Shah2018-07-043-32/+45
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * python: Restructuring wrapper systemDavid Shah2018-07-042-38/+84
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Test compile fixMiodrag Milanovic2018-07-046-6/+0
| |
* | cleanup for MSVCMiodrag Milanovic2018-07-041-7/+3
|/
* Add NPNR_ASSERT_FALSE, use in bitstream.ccDavid Shah2018-07-042-3/+10
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fixed debug msvc build and fixed inaccessible baseMiodrag Milanovic2018-07-042-3/+3
|
* refactor: Replace assert with NPNR_ASSERTDavid Shah2018-07-0414-168/+137
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Building using MSVC worksMiodrag Milanovic2018-07-047-18/+96
|
* common: Adding NPNR_ASSERTDavid Shah2018-07-042-13/+45
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add opetion to defie ICEBOX_ROOT, fix compile on other locationMiodrag Milanovic2018-07-033-7/+10
|