I used Cycle Model Studio to compile the RTL code to SystemC code, and found that in "Generated files", the .clock and .cycle files are empty? what 's the possible reason that caused this issue?
PS: the RTL code is temporal logical and CMS version is 9.4.0
Hi,
Our support team will work with you directly to investigate the details of your design.
If there is a clock it should appear in the .clocks file. As an example you can look at the twocounter example which comes with Cycle Model Studio and see the two clocks in the design.
$ cp -r $CARBON_HOME/examples/twocounter . $ cd twocounter $ make $ more libtwocounter.clocks 1. MASTER: twocounter.clk1 Branch Depend: twocounter.clk1 2. MASTER: twocounter.clk2 Branch Depend: twocounter.clk2