optimized opae cci to dev memcpy using double buffering and request window to work around unordered read requests

This commit is contained in:
Blaise Tine
2020-04-23 01:30:45 -07:00
parent 3e64cb4380
commit 77a52ea20b
10 changed files with 249 additions and 110 deletions

View File

@@ -0,0 +1,19 @@
`include "VX_define.vh"
module VX_tex_mgr (
input wire clk,
input wire reset,
);
//--
endmodule