Skip to content

Commit

Permalink
Repoint to masters
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoduoza committed Dec 4, 2024
1 parent 66e2f60 commit 9ca8bb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 9ca8bb5

Please sign in to comment.