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

Subversion Repositories dmt_tx

[/] [dmt_tx/] [trunk/] [const_encoder/] [Makefile] - Diff between revs 16 and 20

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

Rev 16 Rev 20
Line 1... Line 1...
CC      = iverilog
CC      = iverilog
SIM = vvp
SIM = vvp
 
 
CFLAGS =-Irtl/
CFLAGS =-Wall -Irtl/
 
 
vpath %.v rtl tb
vpath %.v rtl tb
vpath %.vh rtl
vpath %.vh rtl
 
 
FIFO                    = fifo.v \
FIFO                    = fifo.v \
Line 23... Line 23...
 
 
const_enc: const_enc.vvp
const_enc: const_enc.vvp
        @echo -e "\n--> Simulating $@"
        @echo -e "\n--> Simulating $@"
        $(SIM) $^
        $(SIM) $^
 
 
const_enc.vvp: tb_const_enc.v $(CONST_ENC)
const_enc.vvp: tb_const_enc.v const_map_data.v $(CONST_ENC)
        $(CC) $(CFLAGS) $^ -s tb_const_encoder -o $@
        $(CC) $(CFLAGS) $^ -s tb_const_encoder -o $@
 
 
fifo: fifo.vvp
fifo: fifo.vvp
        @echo -e "\n--> Simulating $@"
        @echo -e "\n--> Simulating $@"
        $(SIM) $^
        $(SIM) $^

powered by: WebSVN 2.1.0

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