mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
8fb73b6da7
commit
1fb0691bc7
2 changed files with 3 additions and 2 deletions
|
@ -87,7 +87,8 @@ module VX_local_mem_top import VX_gpu_pkg::*; #(
|
|||
.WORD_SIZE (WORD_SIZE),
|
||||
.ADDR_WIDTH (ADDR_WIDTH),
|
||||
.UUID_WIDTH (UUID_WIDTH),
|
||||
.TAG_WIDTH (TAG_WIDTH)
|
||||
.TAG_WIDTH (TAG_WIDTH),
|
||||
.OUT_BUF (3)
|
||||
) local_mem (
|
||||
.clk (clk),
|
||||
.reset (reset),
|
||||
|
|
|
@ -4,7 +4,7 @@ include $(ROOT_DIR)/config.mk
|
|||
ifneq ($(findstring Makefile, $(MAKEFILE_LIST)), Makefile)
|
||||
help:
|
||||
$(ECHO) "Makefile Usage:"
|
||||
$(ECHO) " make all TARGET=<sw_emu/hw_emu/hw> PLATFORM=<FPGA platform>"
|
||||
$(ECHO) " make all TARGET=<hw/hw_emu> PLATFORM=<FPGA platform>"
|
||||
$(ECHO) " Command to generate the design for specified Target and Device."
|
||||
$(ECHO) ""
|
||||
$(ECHO) " make clean"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue