-
Notifications
You must be signed in to change notification settings - Fork 27
clock_signal_name
Nicolai Mueller edited this page Sep 19, 2024
·
3 revisions
String
none - Specification is required!
Specifies the name of the clock signal.
The simulation will only function correctly if the clock signal name is specified accurately. An incorrect or missing clock signal name can lead to errors or inaccurate simulation outcomes.
"hardware": {
"clock_signal_name": "clk"
}
In this example, the clock signal is named clk
.