LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Thu Jul 26 18:57:00 CEST 2007
    Subject: [cvs-checkins] MODIFIED: dmt_tx ...
    Top
    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



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.