-
Notifications
You must be signed in to change notification settings - Fork 8
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
Showing
11 changed files
with
134 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule archipelago
updated
4 files
+6 −7 | archipelago/pipeline.py | |
+6 −1 | archipelago/pnr_.py | |
+0 −1 | archipelago/pnr_graph.py | |
+18 −16 | archipelago/sta.py |
Submodule canal
updated
4 files
+1 −0 | canal/cyclone.py | |
+4 −3 | canal/global_signal.py | |
+2 −0 | canal/interconnect.py | |
+19 −11 | canal/util.py |
Submodule garnet
updated
27 files
Submodule lake
updated
19 files
+1 −1 | lake/modules/buffet_like.py | |
+38 −38 | lake/modules/crddrop.py | |
+3 −4 | lake/modules/intersect.py | |
+348 −0 | lake/modules/mu2f_io_core.py | |
+36 −0 | lake/modules/mux.py | |
+12 −16 | lake/modules/pass_through.py | |
+2 −3 | lake/modules/reg_cr.py | |
+11 −11 | lake/modules/repeat.py | |
+3 −3 | lake/modules/repeat_signal_generator.py | |
+92 −93 | lake/modules/scanner_pipe.py | |
+3 −3 | lake/modules/stream_arbiter.py | |
+10 −10 | lake/modules/write_scanner.py | |
+15 −101 | lake/top/core_combiner.py | |
+7 −10 | lake/top/fiber_access.py | |
+2 −8 | lake/top/memtile_builder.py | |
+1 −1 | setup.cfg | |
+199 −0 | tests/Makefile | |
+7 −0 | tests/dump_fsdb.tcl | |
+161 −0 | tests/mu2f_io_core_tb.sv |
Submodule sam
updated
17 files