-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3325fae
commit 9d7bb78
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nextpnr-src
updated
20 files
+3 −12 | common/kernel/pybindings.cc | |
+2 −0 | fpga_interchange/arch.h | |
+547 −547 | gui/basewindow.cc | |
+142 −142 | gui/basewindow.h | |
+1,072 −1,065 | gui/designwidget.cc | |
+138 −138 | gui/designwidget.h | |
+166 −166 | gui/ecp5/mainwindow.cc | |
+55 −55 | gui/ecp5/mainwindow.h | |
+50 −50 | gui/fpga_interchange/mainwindow.cc | |
+46 −46 | gui/fpga_interchange/mainwindow.h | |
+4 −0 | gui/fpgaviewwidget.cc | |
+52 −52 | gui/generic/mainwindow.cc | |
+45 −45 | gui/generic/mainwindow.h | |
+103 −103 | gui/gowin/mainwindow.cc | |
+57 −57 | gui/gowin/mainwindow.h | |
+182 −182 | gui/ice40/mainwindow.cc | |
+59 −59 | gui/ice40/mainwindow.h | |
+1 −1 | gui/line_editor.cc | |
+119 −119 | gui/pythontab.cc | |
+64 −64 | gui/pythontab.h |