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
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cores > Message List > Message Post

    Message

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

    From: Redant Steven<redant@i...>
    Date: Fri Jan 30 10:21:28 CET 2004
    Subject: FW: [oc] Translation
    Top

    >
    > You do not use 'wait' to generate synchronous actions in VHDL.
    > If your translator generates this code, you'll have to
    > rewrite it so it
    > uses:
    >
    > clk'event and clk='1'
    > or
    > rising_edge(clk)
    >
    > The above is good coding practice (for synthesis)
    > Using wait isn't. Although some synthesis tools allow you to
    > use a single
    > 'wait' in a process to generate synchronous designs.


    Or use behavioral compiler with code that looks like Geert's example sent in a previous mail (i.e. several wait until rising_edge(clk) statements in one process).

    Steven


    Follow upAuthor
    FW: [oc] TranslationFernando Remus Nagel

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