OpenCores
URL https://opencores.org/ocsvn/bluespec-h264/bluespec-h264/trunk

Subversion Repositories bluespec-h264

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 52 to Rev 53
    Reverse comparison

Rev 52 → Rev 53

/trunk/vcs/Makefile
1,7 → 1,7
#=======================================================================
# 6.375 Makefile for vcs-sim-rtl
#-----------------------------------------------------------------------
# $Id: Makefile,v 1.2 2008-06-26 18:00:17 jamey.hicks Exp $
# $Id: Makefile,v 1.3 2008-06-26 18:00:41 jamey.hicks Exp $
#
# This makefile will build a rtl simulator and run various tests to
# verify proper functionality.
103,11 → 103,11
vcs_sim = simv
 
par-sdf:
cp $(pardir)/postroute.sdf ./
cp $(pardir)/postroute.sdf ./top.sdf
 
$(vcs_sim) : $(vsrcs), par-sdf
$(VCS) $(VCS_OPTS) +incdir+$(tsllibs) -o $(vcs_sim) +csdf+precompile\
+libext+.v -y $(tsllibs) \
$(vcs_sim) : $(vsrcs) par-sdf
$(VCS) $(VCS_OPTS) +incdir+$(tsllibs) -o $(vcs_sim) +csdf+precompile +sdfverbose\
+libext+.v -y $(tsllibs) \
+incdir+$(vclibdir) $(addprefix -v ,$(vclibsrcs)) +incdir+$(bsclibdir) $(addprefix -v ,$(bsclibsrcs)) $(vsrcs)
 
sim-rtl : $(vcs_sim)
121,7 → 121,7
# Default make target
#--------------------------------------------------------------------
 
all : $(vcs_sim)
all : foreman
 
#--------------------------------------------------------------------
# Clean up
128,4 → 128,4
#--------------------------------------------------------------------
 
clean :
rm -rf $(objs) $(junk) *~ \#* *.log *.cmd *.daidir
rm -rf $(objs) $(junk) *~ \#* *.log *.cmd *.daidir *.sdf *.hex *.v *.264 *.sdf_c *.vcd

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.