OpenCores
URL https://opencores.org/ocsvn/funbase_ip_library/funbase_ip_library/trunk

Subversion Repositories funbase_ip_library

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 102 to Rev 103
    Reverse comparison

Rev 102 → Rev 103

/funbase_ip_library/trunk/TUT/soc/altera_de_II_demo/1.0/sim/create_makefile
0,0 → 1,18
# Script compiles all vhdl-files and generates a makefile for them
# This script is tested for Modelsim version 6.6a
 
.main clear
 
echo " Generating libraries for files"
echo " Adding library work"
vlib work
vcom -quiet -check_synthesis D:/user/ege/Svn/funbase_ip_library/TUT/ip.hwp.accelerator/sig_gen/1.0/src/sig_gen.vhd
vcom -quiet -check_synthesis D:/user/ege/Svn/funbase_ip_library/TUT/ip.hwp.accelerator/port_blinker/1.0/src/port_blinker.vhd
vcom -quiet -check_synthesis -work work D:/user/ege/Svn/funbase_ip_library/TUT/soc/altera_de_II_demo/1.0/vhd/altera_de_II_demo.kactusHierarchical.vhd
 
echo " Creating a new Makefile"
 
# remove the old makefile
rm -f Makefile
vmake Makefile
echo " Script has been executed "

powered by: WebSVN 2.1.0

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