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

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [soc/] [led_fh_mesh_2d_example/] [1.0/] [sim/] [create_makefile] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 lanttu
# Script compiles all vhdl-files and generates a makefile for them
2
# This script is tested for Modelsim version 6.6a
3
 
4
.main clear
5
 
6
echo " Generating libraries for files"
7
echo " Adding library work"
8
vlib work
9
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.interface/led_packet_codec/1.0/vhd/led_packet_codec.vhd
10
vcom -check_synthesis -quiet D:/user/ege/Svn/daci_ip/trunk/ip.hwp.storage/fifos/fifo/1.0/vhd/fifo.vhd
11
vcom -check_synthesis -quiet D:/user/ege/Svn/daci_ip/trunk/ip.hwp.storage/fifos/multiclk_fifo/1.0/vhd/multiclk_fifo_v4.vhd
12
vcom -check_synthesis -quiet D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/addr_lut_pkg.vhd
13
vcom -check_synthesis -quiet D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/addr_lut.vhd
14
vcom -check_synthesis -quiet D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/pkt_counter.vhd
15
vcom -check_synthesis -quiet D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/pkt_dec.vhd
16
vcom -check_synthesis -quiet D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/pkt_enc.vhd
17
vcom -check_synthesis -quiet D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/pkt_enc_dec.vhd
18
vcom -check_synthesis -quiet D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/enc_dec_1d.vhd
19
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/fh_mesh_2d/1.0/vhd/mesh_2d.vhd
20
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/fh_mesh_2d/1.0/vhd/mesh_router.vhd
21
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/fh_mesh_2d/1.0/vhd/mesh_2d_with_pkt_codec_top.vhd
22
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/fh_mesh_2d/1.0/vhd/mesh_network_max16ag.vhd
23
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.interface/switch_packet_codec/1.0/vhd/switch_packet_codec.vhd
24
vcom -quiet -check_synthesis -work work D:/user/ege/Svn/daci_ip/trunk/soc/led_fh_mesh_2d_example/1.0/vhd/led_fh_mesh_2d_example.kactusHierarchical.vhd
25
 
26
echo " Creating a new Makefile"
27
 
28
# remove the old makefile
29
rm -f Makefile
30
vmake Makefile
31
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.