create-cell-and-clocks-comp ["name"] [clock_number] [freq_mhz]
This command creates a non-instantiated component of the class cell_and_clocks_comp.
The class description for the cell_and_clocks_comp class: The "cell_and_clock_comp" component builds a simulation cell with a configurable number of clocks. Each clock is exported as a connector. This component is meant to be used for building small test configurations.
- name is Optional
- If not specified, the component will get a class-specific default name.
- clock_number is Optional
- Number of clocks to run
- freq_mhz is Optional
- Frequency of Clocks
clock