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_ring_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 -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/fh_ring/1.0/vhd/ring_router.vhd
11
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/fh_ring/1.0/vhd/ring.vhd
12
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/fh_ring/1.0/vhd/ring_with_pkt_codec_top.vhd
13
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/fh_ring/1.0/vhd/ring_network_max16ag.vhd
14
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.storage/fifos/fifo/1.0/vhd/fifo.vhd
15
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.storage/fifos/multiclk_fifo/1.0/vhd/multiclk_fifo.vhd
16
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/addr_lut_pkg.vhd
17
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/addr_lut.vhd
18
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/pkt_counter.vhd
19
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/pkt_enc.vhd
20
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/pkt_dec.vhd
21
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/pkt_enc_dec.vhd
22
vcom -quiet -check_synthesis D:/user/ege/Svn/daci_ip/trunk/ip.hwp.communication/packet_codec/1.0/vhd/enc_dec_1d.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_ring_example/1.0/vhd/led_fh_ring_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.