pt sampling - dcache arb; pt address compute setup

This commit is contained in:
Krishna Yalamarthy
2021-03-17 12:07:25 -04:00
parent 2cbc1c4161
commit 6febdf7399
7 changed files with 450 additions and 5 deletions

View File

@@ -13,7 +13,8 @@ interface VX_tex_req_if ();
wire wb;
wire [`NUM_THREADS-1:0][31:0] u;
wire [`NUM_THREADS-1:0][31:0] v;
wire [`NUM_THREADS-1:0][31:0] lod_t;
wire [`NUM_THREADS-1:0][23:0] lod;
wire [`NUM_THREADS-1:0][7:0] t;
wire ready;
endinterface