mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
minor update
This commit is contained in:
parent
76c14a568e
commit
82782abc69
6 changed files with 11 additions and 12 deletions
|
@ -1,6 +1,8 @@
|
|||
`include "VX_define.vh"
|
||||
`include "VX_gpu_types.vh"
|
||||
`ifndef NDEBUG
|
||||
`include "VX_trace_info.vh"
|
||||
`endif
|
||||
|
||||
`IGNORE_WARNINGS_BEGIN
|
||||
import VX_gpu_types::*;
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
`include "VX_define.vh"
|
||||
`ifndef NDEBUG
|
||||
`include "VX_trace_info.vh"
|
||||
`endif
|
||||
|
||||
`ifdef EXT_F_ENABLE
|
||||
`define USED_IREG(r) \
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
`include "VX_define.vh"
|
||||
`ifndef NDEBUG
|
||||
`include "VX_trace_info.vh"
|
||||
`endif
|
||||
|
||||
module VX_issue #(
|
||||
parameter CORE_ID = 0
|
||||
|
|
|
@ -171,16 +171,7 @@ if {[string equal [get_filesets -quiet sources_1] ""]} {
|
|||
|
||||
# add source files
|
||||
set obj [get_filesets sources_1]
|
||||
add_files -verbose -fileset $obj [glob $path_to_hdl_vx $path_to_hdl_ip]
|
||||
set files [list \
|
||||
[file normalize "$origin_dir/project_1_files/Vortex_axi_wrapper.v" ] \
|
||||
[file normalize "$origin_dir/project_1_files/Vortex_axi_wrapper.vh" ] \
|
||||
]
|
||||
add_files -verbose -norecurse -fileset $obj $files
|
||||
|
||||
set file "Vortex_axi_wrapper.vh"
|
||||
set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]]
|
||||
set_property -name "is_global_include" -value "1" -objects $file_obj
|
||||
add_files -verbose -fileset $obj [ glob $path_to_hdl_vx $path_to_hdl_ip $origin_dir/project_1_files ]
|
||||
|
||||
# Set 'sources_1' fileset properties
|
||||
set obj [get_filesets sources_1]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
`ifndef VORTEX_AXI_WRAPPER_VS
|
||||
`define VORTEX_AXI_WRAPPER_VS
|
||||
`ifndef GLOBALS_VH
|
||||
`define GLOBALS_VH
|
||||
|
||||
`define SYNTHESIS
|
||||
`define NDEBUG
|
|
@ -1,3 +1,5 @@
|
|||
`include "VX_define.vh"
|
||||
|
||||
`timescale 1ns / 1ps
|
||||
|
||||
module testbench;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue