mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 05:17:45 -04:00
minor updates
This commit is contained in:
parent
2892dfbca7
commit
9bc70b04b3
3 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
`include "VX_define.vh"
|
||||
`include "VX_gpu_types.vh"
|
||||
`include "VX_cache_types.vh"
|
||||
|
||||
`IGNORE_WARNINGS_BEGIN
|
||||
import VX_gpu_types::*;
|
||||
import VX_cache_types::*;
|
||||
`IGNORE_WARNINGS_END
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
`include "VX_cache_types.vh"
|
||||
|
||||
`IGNORE_WARNINGS_BEGIN
|
||||
import VX_cache_types::*;
|
||||
import VX_gpu_types::*;
|
||||
import VX_cache_types::*;
|
||||
`IGNORE_WARNINGS_END
|
||||
|
||||
module VX_socket #(
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
`endif
|
||||
|
||||
`IGNORE_WARNINGS_BEGIN
|
||||
import VX_cache_types::*;
|
||||
import VX_gpu_types::*;
|
||||
import VX_cache_types::*;
|
||||
`IGNORE_WARNINGS_END
|
||||
|
||||
module Vortex (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue