Closed MartinC45 closed 5 months ago
This is the intended behavior. As you figured out, by explicitly applying a clock configuration, the clk/rst signaling is added. If there is no explicit configuration and no clk is required the design is purely combinational without clk/rst signaling.
@MartinC45 are you available for chatting about clk/rst configuration in the coming days?
Descriptions
Clock and reset are missing in the generated code, when the top level class has both no REG and no explicit RTDomainCfg (that is, only compiler config is given). Basically, when the top level is combinational.
Example
Output