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

Subversion Repositories wbuart32

[/] [wbuart32/] [trunk/] [bench/] [cpp/] [Makefile] - Diff between revs 5 and 11

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 5 Rev 11
Line 123... Line 123...
# the speech.txt file.  Be careful if you adjust this speech: the speechfifo.v
# the speech.txt file.  Be careful if you adjust this speech: the speechfifo.v
# verilog file depends upon the exact number of characters--its not a portable
# verilog file depends upon the exact number of characters--its not a portable
# dependency, but ... it is what it is.
# dependency, but ... it is what it is.
speech.hex: mkspeech speech.txt
speech.hex: mkspeech speech.txt
        ./mkspeech speech.txt
        ./mkspeech speech.txt
 
        bash -c "if [ -d ../verilog/ ]; then cp speech.hex ../verilog/; fi"
 
 
# Now, if the speech.hex file is available, then we can perform our final build.
# Now, if the speech.hex file is available, then we can perform our final build.
# Actually, we could've done this without the speech file being available, but
# Actually, we could've done this without the speech file being available, but
# this works.
# this works.
speechtest: speech.hex $(SPCHOBJS) $(VOBJDR)/Vspeechfifo__ALL.a
speechtest: speech.hex $(SPCHOBJS) $(VOBJDR)/Vspeechfifo__ALL.a

powered by: WebSVN 2.1.0

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