This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
6699f29
commit 05f5676
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule boost
updated
8 files
+8 −7 | .github/workflows/ci.yml | |
+1 −1 | libs/bind | |
+1 −1 | libs/core | |
+1 −1 | libs/filesystem | |
+1 −1 | libs/leaf | |
+1 −1 | libs/lexical_cast | |
+1 −1 | libs/local_function | |
+1 −1 | libs/system |
Submodule nextpnr
updated
8 files
+12 −8 | README.md | |
+108 −13 | common/place/placer_static.cc | |
+1 −1 | frontend/frontend_base.h | |
+3 −0 | himbaechel/uarch/gowin/constids.inc | |
+3 −1 | himbaechel/uarch/gowin/globals.cc | |
+6 −0 | himbaechel/uarch/gowin/gowin.cc | |
+15 −0 | himbaechel/uarch/gowin/gowin_utils.h | |
+42 −3 | himbaechel/uarch/gowin/pack.cc |