Uzmeed 0 Report post Posted January 2, 2018 I have to input data from sc_fifo interface and send it on the master of simple bus that will in return give it to simple bus slave Any idea how the simple_bus.h can be exploited I will be highly obliged for the valuable advice regards Share this post Link to post Share on other sites
David Black 123 Report post Posted January 2, 2018 This is very basic SystemC. Assuming you will use an SC_THREAD, simply do a blocking read from the fifo and write to the appropriate address of the simple bus slave (peripheral). Suggest you take a class on SystemC or spend a lot of time reading up. Share this post Link to post Share on other sites
maehne 67 Report post Posted January 3, 2018 I totally agree with David, a good read for an introduction on SystemC is, e.g., "SystemC from the Ground Up" by David Black and Jack Donovan. Share this post Link to post Share on other sites