You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the moment, instances with String arguments are not managed correctly when the design is run in Jade.
For example, in orc-apps/HelloWorld/Example, instances CopyTokenA and CopyTokenB have an argument name set to respectively "first" and "second".
In the corresponding actor CopyTokens, there is a parmater String name used in the println.
When this design is run in Jade, here is the output:
Producer (0)
Producer (1)
Producer (2)
LLVM ERROR: Could not resolve external global address: CopyTokenA_name
The parameters of type String are simply ignored by Jade.
The text was updated successfully, but these errors were encountered:
For the moment, instances with String arguments are not managed correctly when the design is run in Jade.
For example, in orc-apps/HelloWorld/Example, instances CopyTokenA and CopyTokenB have an argument name set to respectively "first" and "second".
In the corresponding actor CopyTokens, there is a parmater
String name
used in the println.When this design is run in Jade, here is the output:
The parameters of type String are simply ignored by Jade.
The text was updated successfully, but these errors were encountered: