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

Subversion Repositories hdlc

[/] [hdlc/] [trunk/] [CODE/] [TOP/] [scripts/] [model/] [build_TxFCS_Buff.do] - Blame information for rev 17

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 10 khatib
# Remove all old libraries
2
echo Cleaning old libraries
3
vdel -lib work -all -verbose
4
vdel -lib utility -all -verbose
5
vdel -lib hdlc -all -verbose
6
vdel -lib memLib -all -verbose
7
# Build
8
echo building new libraries
9
vlib work
10
vlib utility
11
vlib hdlc
12
vlib memLib
13
echo mapping new libraries
14
vmap work work
15
vmap utility utility
16
vmap hdlc hdlc
17
vmap memLib memLib
18
# Compile files
19
# Utility Files
20
vcom -work utility tools_pkg.vhd
21
#hdlc lib files
22
vcom -work hdlc PCK_CRC16_D8.vhd
23
 
24
#memLib lib files
25
vcom -work memLib spmem.vhd
26
vcom -work memLib mem_pkg.vhd
27
 
28
#Core files
29
vcom -work work TxFCS.vhd
30
vcom -work work TxBuff.vhd
31
 
32
#Simulation core files
33
vcom -work work TxTop_tb.vhd
34
 
35
#Load
36
#vsim work.txtop_ent_tb

powered by: WebSVN 2.1.0

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