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 > Cores > Message List > Message Post

    Message

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

    From: Shawn Tan Ser Ngiap<shawn.tan@a...>
    Date: Mon Apr 11 16:07:07 CEST 2005
    Subject: [oc] Fast shared bus in FPGA.
    Top
    On Monday 11 April 2005 01:15 am, ankit.raizada@g... wrote:
    > I have a microprocessor core (Plasma) and a number of other cores
    > which i want to connect with the Plasma core sharing address and data
    > lines together, as the data lines will be driven by multiple drivers(only
    > one at a time) I wonder what is the proper way of implementing this in
    > FPGA. Two ways i have in my mind is (1) to use a daisy chain kind of
    > connection and connect the cores one-at-back-of-other kind of fassion
    > (2) to make a shared bus using tristate logic. Anyone having experience
    > in this regard may please suggest something to me.

    You can look at the WISHBONE spec as it gives you a few ideas on how to
    connect single MASTER multiple SLAVE and also multi MASTER multi SLAVE
    configurations..

    You may need to use an arbiter of some sort.. It may be more suitable to use a
    huge Mux to direct the traffic... There are speed/size trade-offs between
    this and the tristate method.. And also, it's dependent on the features
    available in the target technology you're using..

    If you look at some SoC examples at opencores, you'll see that it's mostly
    done with muxes.. and you can have seperate Input and Output busses..

    cheers..

    --
    with metta,
    Shawn Tan

    ReferenceAuthor
    [oc] Fast shared bus in FPGA.Ankit raizada

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