Thread: communication over simple bus

  1. #1
    Registered User
    Join Date
    Dec 2017
    Posts
    10

    communication over simple bus

    Hi

    I need to send sc_fifo data over simple bus and then again receive at the other end via sc_fifo . the intermediate channel should be the simple bus

    Though I tried a lot but unable to find any way
    I will be grateful for the help
    regards

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Is this you?
    adapter to convert sc_fifo to simple bus - Community Forums

    Am I right in guessing "simple bus" is some architecture dependent thing unique to your setup?

    Details, we need details.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Dec 2017
    Posts
    10
    Yes that's me waiting for so long to get an answer I posted on this forum

    I have two modules interconnected with each other . they are communicating via sc_fifo . Now a simple bus is to be introduced between them using an adapter that will act as the communication channel between them.
    the master of the bus will receive the data and send on the simple_bus_slave_if .This data will be received by the sc_fifo on the other end
    like wise the data is written by sc_fifo on simple_bus_slave_if and written at master port from where the data will be read by sc_fifo

    I hope I could explain
    If u have any thing specific to ask please discuss

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Which OS?
    Which compiler?

    Is this a piece of wire between two physical processors?
    Or perhaps something like a Unix pipe or socket between two processes.
    Or perhaps a memory buffer between threads.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    Registered User
    Join Date
    Dec 2017
    Posts
    10
    It is the TLM level modeling in System C the program platform is Zynq FPGA

    The development platform is Vivado
    m
    I am not familiar with Unix pipe etc
    Yes but i think this is a memory buffer between two threads

    reference accellera.org

    regards
    Uzmeed

  6. #6
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Communication c & php
    By denzi in forum C Programming
    Replies: 1
    Last Post: 04-02-2014, 02:13 PM
  2. Replies: 2
    Last Post: 03-25-2014, 10:51 PM
  3. Communication using MPI
    By Cell in forum Linux Programming
    Replies: 9
    Last Post: 08-13-2009, 02:28 AM
  4. PHP to C++ Communication
    By Dae in forum C++ Programming
    Replies: 3
    Last Post: 07-27-2009, 09:48 AM
  5. Communication between C++ DLL and a C# GUI
    By JeremyCAFE in forum C++ Programming
    Replies: 5
    Last Post: 11-29-2007, 11:09 AM

Tags for this Thread