-
-
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
394edc6
commit ed53871
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nextpnr-src
updated
12 files
+60 −1 | himbaechel/arch.cc | |
+9 −0 | himbaechel/arch.h | |
+22 −1 | himbaechel/archdefs.h | |
+1 −0 | himbaechel/chipdb.h | |
+9 −0 | himbaechel/himbaechel_api.h | |
+23 −2 | himbaechel/himbaechel_dbgen/chip.py | |
+53 −0 | himbaechel/himbaechel_gfxids.h | |
+1 −0 | himbaechel/uarch/example/CMakeLists.txt | |
+25 −1 | himbaechel/uarch/example/constids.inc | |
+179 −0 | himbaechel/uarch/example/example.cc | |
+1 −0 | himbaechel/uarch/example/example_arch_gen.py | |
+123 −0 | himbaechel/uarch/example/gfxids.inc |