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: Thu Jan 29 17:36:55 CET 2004
    Subject: FW: [oc] Translation
    Top

    > >process
    > >begin
    > >
    > >...
    > >Wait on a;
    > >
    > >...
    > >
    > >wait on b;
    > >
    > >...
    > >
    > >wait on a;
    > >
    > >end;
    > >

    > Someone said me that even without a sensitivity list, the
    > wait's must refer
    > to a unique signal or port!

    You mean in VHDL? No that is not true from a strict VHDL language/simulator standpoint. For Behavioral compiler it is the case that you should have all the waits waiting for the same kind of clock-edge.

    Steven


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