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

Subversion Repositories simple_fm_receiver

[/] [simple_fm_receiver/] [tags/] [okinawa_1/] [export/] [vhd/] [Makefile] - Rev 8

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

# [20041030]
# * initial write
# * changing structural 
# Makefile for this directory
all       : fm
#       vasy -V nco.vhdl
#       vasy -V rom.vhdl
#       vasy -V addacc.vhdl
# verilog       :
#       vasy -V -v nco.vhdl
#       vasy -V -v rom.vhdl
#       vasy -V -v addacc.vhdl
nco     : nco.vhdl
        vasy -V -H -o nco.vhdl
fm      : fm.vhdl
        vasy -V -H -o fm.vhdl
fm_v    : fm.vhdl
        vasy -V -H -o -v fm.vhdl
clean_vhd :
        rm -v -f *.vhd *.*
clean_v   :
        rm -v -f *.v
clean_vbe :
        rm -v -f *.vbe
clean_vst :
        rm -v -f *.vst
clean    :
#       rm -v *~
        echo "use make clean_vbe, clean_vhd, clean_v, clean_vst to clean up"

Go to most recent revision | 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.