mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
issue pipeline synthesis test
This commit is contained in:
parent
068ec6c5ef
commit
9a018014ff
2 changed files with 15 additions and 0 deletions
|
@ -50,6 +50,11 @@ core:
|
|||
cp core/Makefile core/$(BUILD_DIR)
|
||||
$(MAKE) -C core/$(BUILD_DIR) clean && $(MAKE) -C core/$(BUILD_DIR) > core/$(BUILD_DIR)/build.log 2>&1 &
|
||||
|
||||
issue:
|
||||
mkdir -p issue/$(BUILD_DIR)
|
||||
cp issue/Makefile issue/$(BUILD_DIR)
|
||||
$(MAKE) -C issue/$(BUILD_DIR) clean && $(MAKE) -C issue/$(BUILD_DIR) > issue/$(BUILD_DIR)/build.log 2>&1 &
|
||||
|
||||
vortex: ip-gen
|
||||
mkdir -p vortex/$(BUILD_DIR)
|
||||
cp vortex/Makefile vortex/$(BUILD_DIR)
|
||||
|
|
10
hw/syn/altera/quartus/issue/Makefile
Normal file
10
hw/syn/altera/quartus/issue/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
PROJECT = VX_issue_top
|
||||
TOP_LEVEL_ENTITY = $(PROJECT)
|
||||
SRC_FILE = $(PROJECT).sv
|
||||
|
||||
include ../../common.mk
|
||||
|
||||
#CONFIGS += -DNUM_WARPS=32
|
||||
#CONFIGS += -DNUM_THREADS=32
|
||||
|
||||
RTL_INCLUDE = -I$(RTL_DIR) -I$(RTL_DIR)/libs -I$(RTL_DIR)/interfaces -I$(RTL_DIR)/core -I$(RTL_DIR)/mem $(FPU_INCLUDE)
|
Loading…
Add table
Add a link
Reference in a new issue