Skip to content

Commit

Permalink
Merge pull request #1963 from StanfordAHA/hetero-cgra-fix
Browse files Browse the repository at this point in the history
Hetero cgra fix
  • Loading branch information
mcoduoza authored Dec 7, 2024
2 parents f58777a + 494e13c commit b7a3cbd
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 45 files
+8 −7 .buildkite/bin/docker-clean.sh
+11 −3 .buildkite/ci.yml
+4 −1 .gitignore
+99 −0 tests/test_app/dev/README.txt
+90 −0 tests/test_app/dev/pointwise/bin/design_meta.json
+ tests/test_app/dev/pointwise/bin/hw_input_stencil.raw
+ tests/test_app/dev/pointwise/bin/hw_output.raw
+67 −0 tests/test_app/dev/pointwise/bin/pointwise.bs
+33 −0 tests/test_app/dev/pointwise/bin/reg_write.h
+1 −0 tests/test_app/dev/pointwise/pointwise_orig
+341 −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
+74 −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
+96 −0 tests/test_app/tb/CGRA.cpp
+79 −66 tests/test_app/tb/axil_driver.sv
+22 −24 tests/test_app/tb/axil_ifc.sv
+243 −213 tests/test_app/tb/environment.sv
+39 −10 tests/test_app/tb/garnet_test.sv
+21 −2 tests/test_app/tb/kernel.sv
+89 −61 tests/test_app/tb/proc_driver.sv
+10 −10 tests/test_app/tb/proc_ifc.sv
+1 −4 tests/test_app/tb/tb_cgra.f
+0 −161 tests/test_app/tb/top.sv
2 changes: 1 addition & 1 deletion lake
Submodule lake updated 0 files

0 comments on commit b7a3cbd

Please sign in to comment.