Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repoint branches #1962

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archipelago
Submodule archipelago updated 0 files
2 changes: 1 addition & 1 deletion canal
Submodule canal updated 0 files
2 changes: 1 addition & 1 deletion garnet
Submodule garnet updated 39 files
+8 −7 .buildkite/bin/docker-clean.sh
+7 −3 .buildkite/ci.yml
+4 −1 .gitignore
+71 −0 tests/test_app/dev/README.txt
+ tests/test_app/dev/pointwise/bin/hw_input_stencil.raw
+ tests/test_app/dev/pointwise/bin/hw_output.raw
+33 −0 tests/test_app/dev/pointwise/bin/reg_write.h
+1 −0 tests/test_app/dev/pointwise/pointwise_orig
+340 −0 tests/test_app/dev/vcs.sh
+594 −0 tests/test_app/dev/verilator-test.regress.py
+125 −0 tests/test_app/dev/verilator.sh
+310 −0 tests/test_app/dev/vfiles/cfg_and_dbg_unq1.sv
+96 −0 tests/test_app/dev/vfiles/flop_unq1.sv
+95 −0 tests/test_app/dev/vfiles/flop_unq2.sv
+96 −0 tests/test_app/dev/vfiles/flop_unq3.sv
+ tests/test_app/dev/vfiles/garnet.v.gz
+337 −0 tests/test_app/dev/vfiles/glb.svh
+1,534 −0 tests/test_app/dev/vfiles/glb_jrdl_decode.sv
+2,463 −0 tests/test_app/dev/vfiles/glb_jrdl_logic.sv
+445 −0 tests/test_app/dev/vfiles/glb_pio.sv
+390 −0 tests/test_app/dev/vfiles/glc.svh
+472 −0 tests/test_app/dev/vfiles/glc_axi_addrmap.sv
+427 −0 tests/test_app/dev/vfiles/glc_axi_ctrl.sv
+630 −0 tests/test_app/dev/vfiles/glc_jrdl_decode.sv
+2,253 −0 tests/test_app/dev/vfiles/glc_jrdl_logic.sv
+1,076 −0 tests/test_app/dev/vfiles/glc_jtag_ctrl.sv
+381 −0 tests/test_app/dev/vfiles/glc_pio.sv
+73 −0 tests/test_app/dev/vfiles/global_buffer_param.svh
+443 −0 tests/test_app/dev/vfiles/global_controller.sv
+190 −0 tests/test_app/dev/vfiles/jtag.sv
+ tests/test_app/dev/vfiles/libcgra.so
+271 −0 tests/test_app/dev/vfiles/tap_unq1.sv
+29 −2 tests/test_app/genesis_tb/top.svp
+34 −7 tests/test_app/tb/axil_driver.sv
+148 −35 tests/test_app/tb/environment.sv
+35 −3 tests/test_app/tb/garnet_test.sv
+21 −2 tests/test_app/tb/kernel.sv
+31 −0 tests/test_app/tb/proc_driver.sv
+0 −161 tests/test_app/tb/top.sv
2 changes: 1 addition & 1 deletion lake
Submodule lake updated 0 files
Loading