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

Subversion Repositories simple_fm_receiver

[/] [simple_fm_receiver/] [tags/] [VSFR_1/] [source/] [Makefile] - Blame information for rev 47

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 arif_endro
# $Id: Makefile,v 1.1.1.1 2005-01-04 02:05:58 arif_endro Exp $
2
#
3
all       : fm
4
#       vasy -V nco.vhdl
5
#       vasy -V rom.vhdl
6
#       vasy -V addacc.vhdl
7
# verilog       :
8
#       vasy -V -v nco.vhdl
9
#       vasy -V -v rom.vhdl
10
#       vasy -V -v addacc.vhdl
11
nco     : nco.vhdl
12
        vasy -V -H -o nco.vhdl
13
fm      : fm.vhdl
14
        vasy -V -H -o fm.vhdl
15
fm_v    : fm.vhdl
16
        vasy -V -H -o -v fm.vhdl
17
loop_filter:
18
        vasy -V -H -o loop_filter.vhdl
19
clean_vhd :
20
        rm -v -f *.vhd
21
clean_v   :
22
        rm -v -f *.v
23
clean_vbe :
24
        rm -v -f *.vbe
25
clean_vst :
26
        rm -v -f *.vst
27
clean    : clean_vhd
28
#       rm -v *~
29
#       echo "use make clean_vbe, clean_vhd, clean_v, clean_vst to clean up"

powered by: WebSVN 2.1.0

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