-
-
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
290b8a8
commit 34735d9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nextpnr-src
updated
20 files
+1 −0 | common/kernel/arch_api.h | |
+1 −0 | common/kernel/base_arch.h | |
+4 −0 | common/kernel/nextpnr_types.h | |
+30 −14 | common/place/placer_static.cc | |
+338 −23 | common/route/router1.cc | |
+64 −57 | common/route/router2.cc | |
+8 −0 | docs/archapi.md | |
+1 −1 | himbaechel/arch.cc | |
+4 −0 | himbaechel/arch.h | |
+1 −0 | himbaechel/chipdb.h | |
+6 −6 | himbaechel/himbaechel_dbgen/chip.py | |
+5 −1 | himbaechel/himbaechel_helpers.cc | |
+2 −1 | himbaechel/himbaechel_helpers.h | |
+1 −1 | himbaechel/uarch/example/blinky.v | |
+5 −0 | himbaechel/uarch/example/constids.inc | |
+1 −1 | himbaechel/uarch/example/example.cc | |
+16 −0 | himbaechel/uarch/example/example_arch_gen.py | |
+9 −0 | ice40/arch.cc | |
+7 −0 | nexus/arch.h | |
+2 −0 | nexus/pack.cc |