Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make LCs smaller and move them down | David Shah | 2018-07-09 | 1 | -6/+6 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add switchboxes | David Shah | 2018-07-09 | 1 | -3/+41 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add horizontal ice40 span4 wire gfx | Clifford Wolf | 2018-07-09 | 1 | -0/+49 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Increase max zoom, decrease line width | David Shah | 2018-07-09 | 1 | -3/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add lutff_global switchbox | David Shah | 2018-07-09 | 1 | -0/+8 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add ice40 wire gfx enums | Clifford Wolf | 2018-07-09 | 3 | -1/+489 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Reduce line width, adding some switchboxes | David Shah | 2018-07-09 | 2 | -7/+31 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Merge branch 'speedup_assert' into 'master' | David Shah | 2018-07-09 | 1 | -1/+1 |
|\ | | | | | | | | | NPNR_ASSERT not to implicitly construct strings See merge request SymbioticEDA/nextpnr!6 | ||||
| * | NPNR_ASSERT not to implicitly construct strings | Eddie Hung | 2018-07-08 | 1 | -1/+1 |
| | | |||||
* | | cleared a warning and add note for python | Miodrag Milanovic | 2018-07-08 | 2 | -8/+9 |
| | | |||||
* | | Python executable filename could be different | Miodrag Milanovic | 2018-07-08 | 1 | -2/+2 |
|/ | |||||
* | Added selection of chip and pacakge on new projet in GUI | Miodrag Milanovic | 2018-07-07 | 3 | -11/+68 |
| | |||||
* | Added rest of properties to all sections in GUI | Miodrag Milanovic | 2018-07-07 | 2 | -2/+122 |
| | |||||
* | removed deprecated class name, fixes warnings with later qt5 | Miodrag Milanovic | 2018-07-07 | 1 | -2/+2 |
| | |||||
* | adde macOS instructions | Miodrag Milanovic | 2018-07-07 | 1 | -0/+3 |
| | |||||
* | clang format and some cleanup | Miodrag Milanovic | 2018-07-06 | 4 | -96/+85 |
| | |||||
* | all nets and cells info visible in properties | Miodrag Milanovic | 2018-07-06 | 1 | -74/+189 |
| | |||||
* | MSVC build instructions | Miodrag Milanovic | 2018-07-06 | 1 | -1/+6 |
| | |||||
* | Cleanup and fix of property view | Miodrag Milanovic | 2018-07-06 | 1 | -9/+3 |
| | |||||
* | more properties added for nets | Miodrag Milanovic | 2018-07-05 | 2 | -4/+70 |
| | |||||
* | made current properties read only | Miodrag Milanovic | 2018-07-05 | 2 | -6/+9 |
| | |||||
* | display properties for nets and cells and simplify types | Miodrag Milanovic | 2018-07-05 | 1 | -35/+27 |
| | |||||
* | Display nets and cells as well | Miodrag Milanovic | 2018-07-05 | 5 | -1/+60 |
| | |||||
* | no messages on console if all is fine with opengl | Miodrag Milanovic | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Proper tree in tree view for bels, wires and pips | Miodrag Milanovic | 2018-07-05 | 1 | -20/+72 |
| | |||||
* | disable few warnings for msvc | Miodrag Milanovic | 2018-07-05 | 1 | -0/+4 |
| | |||||
* | Disable warning from qt5 and | Miodrag Milanovic | 2018-07-05 | 2 | -3/+3 |
| | |||||
* | make GUI compile on MSVC | Miodrag Milanovic | 2018-07-05 | 5 | -11/+15 |
| | |||||
* | typeof to decltype | Miodrag Milanovic | 2018-07-05 | 3 | -60/+60 |
| | |||||
* | Merge branch 'new_python' into 'master' | Clifford Wolf | 2018-07-04 | 12 | -271/+740 |
|\ | | | | | | | | | New "contextual" system of Python wrappers See merge request SymbioticEDA/nextpnr!4 | ||||
| * | python: Convert empty BelId to None | David Shah | 2018-07-04 | 5 | -6/+12 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | python: Renaming and fixing 'generic' build | David Shah | 2018-07-04 | 4 | -1/+31 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | common: Remove deprecated global IdStrings | David Shah | 2018-07-04 | 4 | -26/+5 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | python: More design-related bindings, dump_design.py working again | David Shah | 2018-07-04 | 4 | -26/+125 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | python: Update wrapper for non-unique_ptr maps | David Shah | 2018-07-04 | 4 | -99/+137 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | ice40: Near-complete Arch bindngs | David Shah | 2018-07-04 | 1 | -5/+47 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | python: Adding more wrapped bindings for ice40 | David Shah | 2018-07-04 | 4 | -28/+137 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | python: Translate NPNR_ASSERTs to Python | David Shah | 2018-07-04 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | python: New wrapper system working for unique_ptr maps | David Shah | 2018-07-04 | 2 | -5/+11 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | python: Developing context wrappers for maps | David Shah | 2018-07-04 | 5 | -26/+86 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | python: Adding more bindings | David Shah | 2018-07-04 | 3 | -9/+46 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | python: Add context wrapper support for ranges | David Shah | 2018-07-04 | 5 | -97/+94 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Progress on new wrapper system | David Shah | 2018-07-04 | 3 | -32/+45 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | python: Restructuring wrapper system | David Shah | 2018-07-04 | 2 | -38/+84 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Test compile fix | Miodrag Milanovic | 2018-07-04 | 6 | -6/+0 |
| | | |||||
* | | cleanup for MSVC | Miodrag Milanovic | 2018-07-04 | 1 | -7/+3 |
|/ | |||||
* | Add NPNR_ASSERT_FALSE, use in bitstream.cc | David Shah | 2018-07-04 | 2 | -3/+10 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Fixed debug msvc build and fixed inaccessible base | Miodrag Milanovic | 2018-07-04 | 2 | -3/+3 |
| | |||||
* | refactor: Replace assert with NPNR_ASSERT | David Shah | 2018-07-04 | 14 | -168/+137 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Building using MSVC works | Miodrag Milanovic | 2018-07-04 | 7 | -18/+96 |
| |