anindya.hazra Posted February 11, 2016 Report Share Posted February 11, 2016 In Verilog 2001 there is syntax always@(*). It considers all inputs used inside process are taken care in sensitivity list. Is there any equivalent syntax in SystemC? Quote Link to comment Share on other sites More sharing options...
apfitch Posted February 11, 2016 Report Share Posted February 11, 2016 No. regards Alan Quote Link to comment Share on other sites More sharing options...
dakupoto Posted February 12, 2016 Report Share Posted February 12, 2016 In Verilog 2001 there is syntax always@(*). It considers all inputs used inside process are taken care in sensitivity list. Is there any equivalent syntax in SystemC? Hello Sir, Unfortunately there is no equivalent construct in SystemC. Please note that SystemC is basically C++ with artificially imposed concurrency and time features. Verilog was designed right from the start with concurrency and time. Hope that helps. 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.