boyheyt Posted April 16, 2018 Report Posted April 16, 2018 Hi everybody ! I have a one question about SystemC model . Why do model separate part designed by SystemC and C++? Regards, Boyheyt P/s sorry because i'm beginer of systemC so maybe my question not detail. Thank all ! Quote
Eyck Posted April 16, 2018 Report Posted April 16, 2018 Hi, maybe I do not get the intent of your question but since SystemC is a C++ class library there is no separation between C++ and SystemC. What usually is separate are functional models and timed models as the latter one introduce a notion of time. As a functional model does not have this notion of time (only of sequence) care has to be taken to integrate a functional model into/with a timed model. Hope that helps David Black 1 Quote
boyheyt Posted April 16, 2018 Author Report Posted April 16, 2018 Hi. Thank you for you answer ! it help me understand more about systemc ! my question is updated. forcus about system level and high level design. Thanks ! ^^ 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.