-
-
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
4a3bd8a
commit 30131fd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nextpnr-src
updated
13 files
+8 −8 | 3rdparty/json11/json11.cpp | |
+0 −2 | common/place/parallel_refine.cc | |
+0 −2 | common/place/placer1.cc | |
+1 −3 | common/place/placer_heap.cc | |
+0 −6 | common/place/placer_static.cc | |
+42 −0 | himbaechel/uarch/gowin/constids.inc | |
+11 −2 | himbaechel/uarch/gowin/globals.cc | |
+264 −3 | himbaechel/uarch/gowin/gowin.cc | |
+56 −1 | himbaechel/uarch/gowin/gowin.h | |
+276 −15 | himbaechel/uarch/gowin/gowin_arch_gen.py | |
+120 −0 | himbaechel/uarch/gowin/gowin_utils.cc | |
+24 −0 | himbaechel/uarch/gowin/gowin_utils.h | |
+934 −11 | himbaechel/uarch/gowin/pack.cc |