| Commit message (Expand) | Author | Age | Files | Lines |
* | ice40: Adding cell utilities for packing | David Shah | 2018-06-12 | 4 | -15/+191 |
* | Adding some utilities for packing | David Shah | 2018-06-12 | 2 | -0/+100 |
* | ice40: Optimising chipdb builds | David Shah | 2018-06-12 | 1 | -0/+1 |
* | Made gtest work on MINGW with solution from https://github.com/google/googlet... | Miodrag Milanovic | 2018-06-12 | 1 | -4/+4 |
* | Clang format to ignore 3rdparty and fix one file | Miodrag Milanovic | 2018-06-11 | 2 | -36/+84 |
* | Fix gitignore | Miodrag Milanovic | 2018-06-11 | 1 | -2/+2 |
* | Added dummy tests per arch | Miodrag Milanovic | 2018-06-11 | 4 | -3/+48 |
* | added google tests to 3rdparty | Miodrag Milanovic | 2018-06-11 | 321 | -0/+153552 |
* | Added property editor for example | Miodrag Milanovic | 2018-06-11 | 4 | -9/+145 |
* | compile QtPropertyBrowser | Miodrag Milanovic | 2018-06-11 | 9 | -11/+42 |
* | Added QtPropertyBrowser source | Miodrag Milanovic | 2018-06-11 | 148 | -0/+35531 |
* | Add "nextpnr.h" | Clifford Wolf | 2018-06-11 | 23 | -78/+99 |
* | Remove pool, dict, vector namespace aliases | Clifford Wolf | 2018-06-11 | 9 | -89/+95 |
* | Add conflicting=false argument to bind getters | Clifford Wolf | 2018-06-11 | 3 | -9/+11 |
* | Proper looking output in python console | Miodrag Milanovic | 2018-06-11 | 1 | -7/+12 |
* | OpenGL library portable way of using | Miodrag Milanovic | 2018-06-11 | 1 | -1/+2 |
* | Fixed portability issue, now it works on msys2 windows build as well | Miodrag Milanovic | 2018-06-11 | 1 | -2/+3 |
* | nice way to get main window | Miodrag Milanovic | 2018-06-10 | 2 | -3/+15 |
* | Draw fpga model | Miodrag Milanovic | 2018-06-10 | 3 | -13/+67 |
* | Propagate design to widget | Miodrag Milanovic | 2018-06-10 | 3 | -0/+5 |
* | Pass design to gui, display chip name | Miodrag Milanovic | 2018-06-10 | 8 | -5/+45 |
* | Improving 5k support | David Shah | 2018-06-10 | 4 | -22/+59 |
* | Fix iCE40 routing graph | Clifford Wolf | 2018-06-10 | 2 | -28/+1 |
* | Add support for iCE40 global buffers (currently only for 1k devices) | Clifford Wolf | 2018-06-10 | 8 | -124/+198 |
* | Debugging on icebreaker | David Shah | 2018-06-10 | 4 | -11/+217 |
* | Add blinky post-synthesis testbench | Clifford Wolf | 2018-06-10 | 3 | -5/+26 |
* | Fix ice40 pip/switch locked performance issue | Clifford Wolf | 2018-06-10 | 3 | -16/+9 |
* | ice40: Set config bits for unused IO | David Shah | 2018-06-10 | 1 | -1/+19 |
* | ice40: Fix techmap | David Shah | 2018-06-10 | 1 | -1/+1 |
* | ice40: Add IO config to bitstream | David Shah | 2018-06-10 | 3 | -17/+93 |
* | ice40: Write logic cell config to bitstream | David Shah | 2018-06-10 | 3 | -7/+60 |
* | ice40: Lock out mutually exclusive pips | David Shah | 2018-06-10 | 2 | -2/+13 |
* | ice40: Start adding routing to asc output | David Shah | 2018-06-10 | 1 | -0/+34 |
* | ice40: Writing an empty ASC file | David Shah | 2018-06-10 | 6 | -1/+141 |
* | ice40: Adding non-routing config bits to database | David Shah | 2018-06-10 | 2 | -10/+63 |
* | ice40: Add switch data to database | David Shah | 2018-06-10 | 2 | -6/+95 |
* | Renamed LOC attribute to BEL, fix ice40 IO bel names | Clifford Wolf | 2018-06-09 | 3 | -12/+12 |
* | Adding basic placement constraints | David Shah | 2018-06-09 | 4 | -6/+118 |
* | json: Parse cell attributes | David Shah | 2018-06-09 | 1 | -7/+24 |
* | Getting rid of .nil() methods, compare with zero- and default-constructed obj... | Clifford Wolf | 2018-06-09 | 4 | -48/+36 |
* | Add dummy implementations of dummy Chip API | Clifford Wolf | 2018-06-09 | 2 | -1/+94 |
* | Add very basic router | Clifford Wolf | 2018-06-09 | 9 | -46/+370 |
* | Remove writing on sell types to cout (left over debug output?) | Clifford Wolf | 2018-06-09 | 1 | -1/+0 |
* | Improving the Python bindings, particularly the map/pair wrappers | David Shah | 2018-06-08 | 3 | -21/+176 |
* | Updating README.md | David Shah | 2018-06-08 | 1 | -3/+12 |
* | python: Fixing builds as importable module | David Shah | 2018-06-08 | 5 | -0/+21 |
* | Reformat remaining files | David Shah | 2018-06-08 | 5 | -92/+101 |
* | Merged log_ lines in the JSON parser | ZipCPU | 2018-06-07 | 1 | -13/+6 |
* | Tried to add fixes *and* update clang-format jsonparse.cc | ZipCPU | 2018-06-07 | 8 | -157/+138 |
|\ |
|
| * | clang format for gui related files | Miodrag Milanovic | 2018-06-06 | 6 | -154/+116 |