-
I am trying out the new generic circuit feature with custom component subcircuit. But I got two kinds of error message:
Did I do something wrong? Or are these bugs? |
Beta Was this translation helpful? Give feedback.
Answered by
hneemann
Jan 28, 2021
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hneemann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
addComponent("My-ADD.dig",10,10);
If an embedded circuit needs parameters (which should always be the case since otherwise a generic circuit would have no sense), they are defined here.
For example, if the parameter "args.bitWidth" is used in a generic circuit, it can be defined in the embeddin…