xzcdream Posted November 2, 2014 Report Share Posted November 2, 2014 Can someone know this problem in systemc by using VS 2010: Error: (E113) insert primitive channel failed: simulation running In file:... Thanks! Quote Link to comment Share on other sites More sharing options...
Philipp A Hartmann Posted November 2, 2014 Report Share Posted November 2, 2014 You try to create a primitive channel (sc_signal, sc_fifo, ...) during the simulation. This is not allowed in SystemC. You have to create all of these channels during elaboration (i.e. before the simulation is started). hth, Philipp Quote Link to comment Share on other sites More sharing options...
xzcdream Posted November 3, 2014 Author Report Share Posted November 3, 2014 You try to create a primitive channel (sc_signal, sc_fifo, ...) during the simulation. This is not allowed in SystemC. You have to create all of these channels during elaboration (i.e. before the simulation is started). hth, Philipp Thank you so much! Quote Link to comment Share on other sites More sharing options...
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.