minor update

This commit is contained in:
Blaise Tine 2024-08-11 19:50:31 -07:00
parent 8fb73b6da7
commit 1fb0691bc7
2 changed files with 3 additions and 2 deletions

View file

@ -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),

View file

@ -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"