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

Subversion Repositories simple_fm_receiver

[/] [simple_fm_receiver/] [trunk/] [export/] [verilog/] [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
# [20041030]
2
# * initial write
3
# * changing structural
4
# Makefile for this directory
5
all       : fm
6
#       vasy -V nco.vhdl
7
#       vasy -V rom.vhdl
8
#       vasy -V addacc.vhdl
9
# verilog       :
10
#       vasy -V -v nco.vhdl
11
#       vasy -V -v rom.vhdl
12
#       vasy -V -v addacc.vhdl
13
nco     : nco.vhdl
14
        vasy -V -H -o nco.vhdl
15
fm      : fm.vhdl
16
        vasy -V -H -o fm.vhdl
17
fm_v    : fm.vhdl
18
        vasy -V -H -o -v fm.vhdl
19
loop_filter:
20
        vasy -V -H -o loop_filter.vhdl
21
clean_vhd :
22
        rm -v -f *.vhd
23
clean_v   :
24
        rm -v -f *.v *.*
25
clean_vbe :
26
        rm -v -f *.vbe
27
clean_vst :
28
        rm -v -f *.vst
29
clean    :
30
#       rm -v *~
31
        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.