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

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [ip.hwp.accelerator/] [dct_to_hibi/] [1.0/] [sim/] [create_makefile] - Diff between revs 145 and 168

Show entire file | Details | Blame | View Log

Rev 145 Rev 168
Line 4... Line 4...
# Ymparistomuuttuja $DCT_DATA_DIR taytyy olla asetettu!
# Ymparistomuuttuja $DCT_DATA_DIR taytyy olla asetettu!
# Se kertoo, mihin hakemistoon fiilut kaannetaan
# Se kertoo, mihin hakemistoon fiilut kaannetaan
 
 
clear
clear
 
 
DCT_DATA_DIR="D:\tmp\Dct"
DCT_DATA_DIR="D:\user\matilail\teaching\TKT-3541\2013\dct2hibi\sim_output"
HIBI_CVS_TREE=../../../../../../Hibi/Hibi
DACI_IP_LIB_DIR="D:/user/matilail/repos/daci_ip"
HIBI_SRC_DIR=$HIBI_CVS_TREE/IP/Interconnections/Hibi/Hibi_v2/Vhdl/Ver_05
HIBI_SRC_DIR=$DACI_IP_LIB_DIR/ip.hwp.communication/hibi/3.0/vhd
DCT_WORK_DIR=..
DCT_WORK_DIR=..
DCTQIDCT_DIR=../../..
DCTQIDCT_DIR=../../..
 
 
 
 
echo 'Creating makefile'
echo 'Creating makefile'
 
 
if test ! -d ${DCT_DATA_DIR}
if test ! -d ${DCT_DATA_DIR}
then
then
  echo 'Tehdaan /tmp:iin projektille hakemistorakenne...'
  echo 'Tehdaan /tmp:iin projektille hakemistorakenne...'
Line 42... Line 43...
vmap dct $DCT_DATA_DIR\\dct
vmap dct $DCT_DATA_DIR\\dct
vmap idct $DCT_DATA_DIR\\idct
vmap idct $DCT_DATA_DIR\\idct
vmap quantizer $DCT_DATA_DIR\\quantizer
vmap quantizer $DCT_DATA_DIR\\quantizer
vmap dctQidct $DCT_DATA_DIR\\dctQidct
vmap dctQidct $DCT_DATA_DIR\\dctQidct
 
 
 
#compile fifos
 
 
 
vcom -93 -quiet $DACI_IP_LIB_DIR/ip.hwp.storage/fifos/fifo/1.0/vhd/fifo.vhd
 
vcom -93 -quiet $DACI_IP_LIB_DIR/ip.hwp.storage/fifos/multiclk_fifo/1.0/vhd/multiclk_fifo.vhd
 
 
 
 
 
#Compile HIBI files
 
 
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/hibiv3_pkg.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/fifo_demux_wr.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/fifo_mux_rd.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/double_fifo_demux_wr.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/double_fifo_mux_rd.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/addr_decoder.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/rx_control.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/receiver.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/cfg_init_pkg.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/cfg_mem.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/lfsr.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/dyn_arb.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/tx_control.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/transmitter.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/hibi_wrapper_r1.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/hibi_wrapper_r4.vhd
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/hibi_bridge_v2.vhd
 
 
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/hibi_orbus_small.vhd
 
 
 
 
 
 
# Ver_03 = cut-through
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/addr_data_demux_read.vhd
# Ver_02= store-and-forward
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/addr_data_mux_write.vhd
# Note! encode_decode_system.vhdl defines constant wait_fifo_empty_c
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/hibi_wrapper_r3.vhd
# it must be 0 for cut-through and 1 for store-and-forward!
 
#vcom -quiet -check_synthesis ../../../../IP/Interconnections/Mesh_2d/Vhdl/$MESH_VER/mesh_2d_pkg.vhd
 
 
 
 
 
vcom -quiet $HIBI_CVS_TREE/IP/Memories/Fifos/Fifo_Comparison/Vhdl/fifo_reg.vhd
 
vcom -quiet $HIBI_CVS_TREE/IP/Memories/Fifos/Fifo_Comparison/Vhdl/fifo_slotted_2.vhd
 
 
 
vcom -quiet $HIBI_CVS_TREE/IP/Platform/Synchronizer/Vhdl/aif*.vhd
 
 
 
# Kaannetaan hibin koodit
 
vcom -quiet $HIBI_SRC_DIR/hibiv2_pkg.vhd
 
vcom -quiet $HIBI_SRC_DIR/cfg_init_pkg.vhd
 
vcom -quiet $HIBI_SRC_DIR/addr_data_demuxes.vhd
 
vcom -quiet $HIBI_SRC_DIR/tx_ctrl.vhd
 
vcom -quiet $HIBI_SRC_DIR/addr_data_muxes.vhd
 
vcom -quiet $HIBI_SRC_DIR/addr_decoder.vhd
 
vcom -quiet $HIBI_SRC_DIR/cfg_mem.vhd
 
vcom -quiet $HIBI_SRC_DIR/double_fifo_demux_wr.vhd
 
vcom -quiet $HIBI_SRC_DIR/double_fifo_mux_rd.vhd
 
#vcom -quiet $HIBI_SRC_DIR/fifo.vhd
 
vcom -quiet $HIBI_CVS_TREE/IP/Memories/Fifos/Vhdl/multiclk_fifo.vhd
 
vcom -quiet $HIBI_SRC_DIR/fifo_muxes.vhd
 
vcom -quiet $HIBI_SRC_DIR/hibi_wrapper_r1.vhd
 
vcom -quiet $HIBI_SRC_DIR/receiver.vhd
 
vcom -quiet $HIBI_SRC_DIR/rx_ctrl.vhd
 
vcom -quiet $HIBI_SRC_DIR/transmitter.vhd
 
vcom -quiet $HIBI_SRC_DIR/hibi_wrapper_r3.vhd
 
vcom -quiet $HIBI_SRC_DIR/hibi_wrapper_r4.vhd
 
vcom -quiet $HIBI_SRC_DIR/hibi_wrapper_r3_top.vhd
 
vcom -quiet $HIBI_SRC_DIR/hibi_wrapper_r4_top.vhd
 
vcom -quiet $HIBI_SRC_DIR/async_fifo_interfaces.vhd
 
vcom -quiet $HIBI_SRC_DIR/hibi_bridge_v2.vhd
 
vcom -quiet $HIBI_SRC_DIR/eight_hibi_r4.vhd
 
 
 
 
vcom -93  -quiet -check_synthesis   $HIBI_SRC_DIR/hibiv3_r4.vhd
 
 
# Käännetään system monitor
 
#vcom -quiet -check_synthesis ../Vhdl/system_monitor.vhd
 
 
 
 
 
 
 
#compile components for library [common_da]
#compile components for library [common_da]
vcom -93 -quiet -work common_da $DCTQIDCT_DIR/Vhdl/common_da/*.vhd
vcom -93 -quiet -work common_da $DCTQIDCT_DIR/Vhdl/common_da/*.vhd
Line 137... Line 133...
# TESTBENCH
# TESTBENCH
echo 'Compiling testbench'
echo 'Compiling testbench'
vcom -quiet -check_synthesis ../Testbenches/tb_dct_package.vhd
vcom -quiet -check_synthesis ../Testbenches/tb_dct_package.vhd
vcom -quiet -check_synthesis ../Testbenches/tb_dct_cpu.vhd
vcom -quiet -check_synthesis ../Testbenches/tb_dct_cpu.vhd
vcom -quiet -check_synthesis ../Testbenches/tb_pinger.vhd
vcom -quiet -check_synthesis ../Testbenches/tb_pinger.vhd
vcom -quiet -check_synthesis ../Testbenches/tb_dct_top.vhd
vcom -quiet -check_synthesis ../Testbenches/tb_dct_top_2.vhd
 
 
 
 
# Poistetaan vanha makefile ja tehdaan uusi
# Poistetaan vanha makefile ja tehdaan uusi
rm -f ../makefile.vhdl
rm -f ../Makefile
vmake $DCT_DATA_DIR/codelib > $DCT_WORK_DIR/Simulation/makefile.vhd
vmake $DCT_DATA_DIR/codelib > $DCT_WORK_DIR/Simulation/Makefile
 
 
echo "Create makefile complete "
echo "Create makefile complete "
 
 
 
 
 
 

powered by: WebSVN 2.1.0

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