-
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.
Merge pull request #1952 from StanfordAHA/print_cleanup
lint fix
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule garnet
updated
7 files
+0 −3 | garnet.py | |
+5 −9 | memory_core/core_combiner_core.py | |
+5 −9 | memory_core/memtile_util.py | |
+2 −12 | mflowgen/bin/setup-buildkite.sh | |
+3 −0 | mflowgen/common/rtl/gen_rtl.sh | |
+30 −0 | mflowgen/setup-garnet.sh | |
+41 −70 | tests/test_memory_core/build_tb.py |
Submodule lake
updated
14 files
+1 −1 | lake/modules/buffet_like.py | |
+38 −38 | lake/modules/crddrop.py | |
+3 −4 | lake/modules/intersect.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 |
Submodule sam
updated
17 files