LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    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: Guy Hutchison<ghutchis@g...>
    Date: Fri Jan 21 18:57:46 CET 2005
    Subject: [oc] Memory Model in Verilog
    Top
    It's actually not that straightforwards if you want it to be real HDL
    code. It's three operations (read from memory, increment, write back
    to memory), and you have to make it look like one operation to the
    outside world.

    If you have certain guarentees (like you'll only get one request every
    3 or more clock cycles), it's easy; if you need to read more often
    that than, you have to deal with write-after-read hazards.

    - Guy

    ReferenceAuthor
    [oc] Memory Model in VerilogKarthikmc

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