35 lines
886 B
Makefile
35 lines
886 B
Makefile
### msMakefile generated by vma on Thu Oct 4 17:33:56 CEST 2001
|
|
|
|
ANALYZER = vcom -quiet -nologo
|
|
ANALYZER_C = vcom -quiet -nologo
|
|
all : \
|
|
bin/tbe_pck_fio/tb.dat \
|
|
bin/tbe_pck_fio/_primary.dat
|
|
|
|
# Prerequisites for architecture EASICS_PACKAGES.TBE_PCK_FIO(TB)
|
|
# Prerequisites for entity EASICS_PACKAGES.TBE_PCK_FIO
|
|
|
|
bin/tbe_pck_fio/tb.dat \
|
|
bin/tbe_pck_fio/_primary.dat : \
|
|
bin/pck_fio/body.dat \
|
|
bin/pck_fio/_primary.dat \
|
|
TB_PCK_FIO_1987.vhd
|
|
${ANALYZER_C} -work EASICS_PACKAGES TB_PCK_FIO_1987.vhd
|
|
|
|
|
|
# Prerequisites for package body EASICS_PACKAGES.PCK_FIO(<body>)
|
|
|
|
bin/pck_fio/body.dat : \
|
|
bin/pck_fio/_primary.dat \
|
|
PCK_FIO_1987_BODY.vhd
|
|
${ANALYZER_C} -work EASICS_PACKAGES PCK_FIO_1987_BODY.vhd
|
|
|
|
|
|
# Prerequisites for package declaration EASICS_PACKAGES.PCK_FIO
|
|
|
|
bin/pck_fio/_primary.dat : \
|
|
PCK_FIO_1987.vhd
|
|
${ANALYZER} -work EASICS_PACKAGES PCK_FIO_1987.vhd
|
|
|
|
|