mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
tex_unit compiler fixes
This commit is contained in:
parent
79cbea0a13
commit
6320cf778c
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ module VX_core #(
|
|||
.CORE_TAG_WIDTH(`DCORE_TAG_WIDTH)
|
||||
) dcache_core_rsp_if();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
VX_icache_core_req_if #(
|
||||
.WORD_SIZE(`IWORD_SIZE),
|
||||
.CORE_TAG_WIDTH(`ICORE_TAG_WIDTH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue