-
-
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
c36b83e
commit b8e8b14
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nextpnr-src
updated
15 files
+1 −1 | CMakeLists.txt | |
+27 −27 | common/kernel/base_arch.h | |
+4 −4 | common/kernel/command.h | |
+30 −5 | common/kernel/hashlib.h | |
+4 −4 | common/kernel/idstringlist.h | |
+7 −0 | common/kernel/nextpnr_types.cc | |
+22 −22 | common/kernel/nextpnr_types.h | |
+5 −5 | common/kernel/pycontainers.h | |
+5 −5 | common/kernel/pywrappers.h | |
+1 −1 | common/place/timing_opt.h | |
+2 −2 | gui/fpgaviewwidget.cc | |
+5 −5 | gui/treemodel.h | |
+1 −1 | ice40/arch_pybindings.h | |
+21 −21 | ice40/cells.h | |
+36 −37 | rust/rust.cc |