-
-
November 23, 2024 at 9:58 amfdtsaidSubscriberIn
2.2.6 Combining Reset and Clocks
ofScade Language Primer
, there is a code snippet as following:node nat() returns (s: int32)lets = 1 -> (1 + pre s);telnode rst_clk (clock rst:bool; clock h:bool) returns (s:int32; t: int32 when h)lets = (restart nat every rst)();t = (restart nat every rst)(() when h);telButkcg
complains that-- Unexpected operator with clocked I/O-- The output variable t cannot be clocked because operator rst_clk/ is not expandedHow to understand the problem?
-
Viewing 0 reply threads
- You must be logged in to reply to this topic.
Ansys Innovation Space
Trending discussions
Top Contributors
-
1091
-
447
-
396
-
225
-
201
Top Rated Tags
© 2024 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.