systemc-compiler
systemc-compiler copied to clipboard
Provide unique name for comb variable assigned in CTHREAD reset
If there comb variable assigned in reset and main loop, there are local variable in always_ff declared and member variable used in always_comb. Currently they have same names which leads to issue in a tool. See cthread_comb_var.cpp
.