carter Posted May 7, 2014 Report Posted May 7, 2014 Hi As i know, there are primitive channel and hierachical channel in systemC. But i'm not sure about should i know both of things? If you can, could you please let me know what thing is used for normally in company. Also second question is that can be possible use sc_signal and sc_fifo and sc_buffer in one module? If yes, what am i caution for using that in one module? Thanks Hermanmeds 1 Quote
apfitch Posted May 7, 2014 Report Posted May 7, 2014 A hierachical channel is essentially a module that implements an interface. It is very flexible, and so is used to make complex bus models, for instance. A primitive channel has close access to the scheduler delta cycle; it it typically used only with the built-in channels (sc_signal and so on) for low level (hardware like) modelling. You can use sc_signal, sc_fifo, and sc_buffer all in one module, regards Alan Quote
carter Posted May 7, 2014 Author Report Posted May 7, 2014 You can use sc_signal, sc_fifo, and sc_buffer all in one module, Thanks Alan, What kinds of caution should i catch up? Quote
apfitch Posted May 8, 2014 Report Posted May 8, 2014 Sorry, I don't understand your question, Alan Quote
apfitch Posted May 9, 2014 Report Posted May 9, 2014 You can use all three channels in the same module if you want to Alan Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.