forked from ultraembedded/cores
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
7aead47
commit b7bb6be
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sdram_axi4
updated
22 files
+249 −0 | tb/axi4.h | |
+32 −0 | tb/axi4_defines.h | |
+108 −0 | tb/gtksettings.sav | |
+169 −0 | tb/main.cpp | |
+30 −0 | tb/makefile | |
+60 −0 | tb/makefile.build_sysc_tb | |
+57 −0 | tb/makefile.build_verilated | |
+34 −0 | tb/makefile.generate_verilated | |
+24 −0 | tb/sc_reset_gen.h | |
+168 −0 | tb/sdram_axi.cpp | |
+111 −0 | tb/sdram_axi.h | |
+159 −0 | tb/sdram_io.h | |
+408 −0 | tb/tb_axi4_driver.cpp | |
+94 −0 | tb/tb_axi4_driver.h | |
+19 −0 | tb/tb_driver_api.h | |
+131 −0 | tb/tb_mem_test.cpp | |
+62 −0 | tb/tb_mem_test.h | |
+200 −0 | tb/tb_memory.h | |
+413 −0 | tb/tb_sdram_mem.cpp | |
+106 −0 | tb/tb_sdram_mem.h | |
+86 −0 | tb/testbench.h | |
+95 −0 | tb/testbench_vbase.h |