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

Subversion Repositories versatile_fft

[/] [versatile_fft/] [trunk/] [multiple_units/] [makefile] - Rev 3

Compare with Previous | Blame | View Log

VHDLS = \
 src/fft_len.vhd \
 src/icpx_pkg.vhd \
 src/fft_support.vhd \
 src/dpram_rbw_inf.vhd \
 src/icpxram_rbw.vhd \
 src/butterfly_d3.vhd \
 src/icpx_mul_d3.vhd \
 src/dpram_inf.vhd \
 src/fft_data_switch.vhd \
 src/fft_engine.vhd \
 src/fft_engine_tb.vhd \


#STD=standard
STD=synopsys
VSTD=93c
ENTITY=fft_engine_tb
#RUN_OPTIONS= --stop-time=1000ns --wave=${ENTITY}.ghw 
RUN_OPTIONS=  --wave=${ENTITY}.ghw 
#--trace-signals --trace-processes
#RUN_OPTIONS= 
#--trace-processes
all: ${ENTITY}.ghw
reader:   ${ENTITY} ${ENTITY}.ghw
        gtkwave ${ENTITY}.ghw ${ENTITY}.sav
${ENTITY}: ${VHDLS}
#       vhdlp -work fmf fmf/*.vhd
        ghdl -a -g --mb-comments --workdir=comp --std=${VSTD} --ieee=${STD} ${VHDLS} 
        ghdl -e -g --mb-comments --workdir=comp --std=${VSTD} -fexplicit --ieee=${STD} ${ENTITY}
${ENTITY}.ghw: ${ENTITY}
#       ./${ENTITY} --wave=${ENTITY}.ghw  ${RUN_OPTIONS} --stop-time=50000ns 2>&1 > res.txt
        ./${ENTITY} ${RUN_OPTIONS} 
#> res.txt  2>&1 
clean:
        rm -f comp/* *.o *.vcd *.ghw events* ${ENTITY}
        

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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