systemc-compiler icon indicating copy to clipboard operation
systemc-compiler copied to clipboard

Provide unique name for comb variable assigned in CTHREAD reset

Open mikhailmoiseev opened this issue 2 years ago • 1 comments

mikhailmoiseev avatar May 26 '22 17:05 mikhailmoiseev

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.

mikhailmoiseev avatar May 26 '22 17:05 mikhailmoiseev