lfranz Posted December 20, 2012 Report Posted December 20, 2012 Hello fellows Anyone now how to make a asynchronous reset on a SC_CTHREAD on SystemC 2.2. I saw that on the SystemC 2.3 the "async_reset_signal_is" was implemented for the cthread, but on the 2.2 it does not exist. Any idea on this topic can help. I need to use cthread because the code may be used on a high level sinthesis tool in the future. Regards Quote
Philipp A Hartmann Posted December 20, 2012 Report Posted December 20, 2012 Anyone now how to make a asynchronous reset on a SC_CTHREAD on SystemC 2.2. There is no way to model an asynchronous reset with a thread process in SystemC 2.2. If you need to stick with the old version, I'm afraid you need to use method processes instead. Greetings from Oldenburg, Philipp 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.