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

Subversion Repositories dmt_tx

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 10 to Rev 11
    Reverse comparison

Rev 10 → Rev 11

/trunk/const_encoder/Makefile
0,0 → 1,38
CC = iverilog
SIM = vvp
 
CFLAGS =-Irtl/
 
vpath %.v rtl tb
vpath %.vh rtl
 
.PHONY: all sim doc clean
 
all: sim
 
 
sim: fifo const_enc
 
 
const_enc: const_enc.vvp
@echo -e "\n--> Simulating $@"
$(SIM) $^
 
const_enc.vvp: const_enc.v tb_const_enc.v
$(CC) $(CFLAGS) $^ -s tb_const_encoder -o $@
 
fifo: fifo.vvp
@echo -e "\n--> Simulating $@"
$(SIM) $^
fifo.vvp: fifo.v tb_fifo.v generic_dpram.v
@echo -e "\n--> Compiling $@"
$(CC) $(CFLAGS) $^ -s tb_fifo -o $@
 
doc:
$(MAKE) -C doc/
 
 
clean:
rm -f *.vvp
$(MAKE) -C doc/ cleantex

powered by: WebSVN 2.1.0

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