|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Jul 26 18:57:00 CEST 2007
Subject: [cvs-checkins] MODIFIED: dmt_tx ...
Date: 00/07/07 26:18:57 Modified: dmt_tx/const_encoder Makefile Log: Added test for 2-bit constellation map. Revision Changes Path 1.3 dmt_tx/const_encoder/Makefile http://www.opencores.org/cvsweb.shtml/dmt_tx/const_encoder/Makefile.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: Makefile =================================================================== RCS file: /cvsroot/dannori/dmt_tx/const_encoder/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- Makefile 25 Jul 2007 01:17:43 -0000 1.2 +++ Makefile 26 Jul 2007 16:57:00 -0000 1.3 @@ -1,7 +1,7 @@ CC = iverilog SIM = vvp -CFLAGS =-Irtl/ +CFLAGS =-Wall -Irtl/ vpath %.v rtl tb vpath %.vh rtl @@ -25,7 +25,7 @@ @echo -e "\n--> Simulating $@" $(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 $@ fifo: fifo.vvp
|
 |