-
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule garnet
updated
11 files
+4 −0 | .buildkite/ci.yml | |
+30 −14 | tests/test_app/dev/README.txt | |
+1 −0 | tests/test_app/dev/vfiles/global_buffer_param.svh | |
+96 −0 | tests/test_app/tb/CGRA.cpp | |
+50 −64 | tests/test_app/tb/axil_driver.sv | |
+22 −24 | tests/test_app/tb/axil_ifc.sv | |
+126 −211 | tests/test_app/tb/environment.sv | |
+4 −7 | tests/test_app/tb/garnet_test.sv | |
+61 −64 | 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 |