update for rocket-chip release
This commit is contained in:
25
fsim/Makefile
Normal file
25
fsim/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
#=======================================================================
|
||||
# Makefile for Verilog simulation w/ VCS
|
||||
#-----------------------------------------------------------------------
|
||||
# Yunsup Lee (yunsup@cs.berkeley.edu)
|
||||
#
|
||||
# This makefile will build a rtl simulator and run various tests to
|
||||
# verify proper functionality.
|
||||
#
|
||||
|
||||
default: all
|
||||
|
||||
base_dir = $(abspath ..)
|
||||
generated_dir = $(abspath ./generated-src)
|
||||
mem_gen = $(base_dir)/fsim/fpga_mem_gen
|
||||
sim_dir = .
|
||||
output_dir = $(sim_dir)/output
|
||||
|
||||
include $(base_dir)/Makefrag
|
||||
include $(sim_dir)/Makefrag
|
||||
include $(base_dir)/vsim/Makefrag-sim
|
||||
|
||||
all: $(simv)
|
||||
|
||||
clean:
|
||||
rm -rf $(junk) simv* csrc *.key DVE* *.h *.a *.daidir
|
Reference in New Issue
Block a user