unexpected TOK_ID #3491
-
I want to test udp with Yosys. For this code : ` end3 inst0(out, a, b, c); primitive end3(out, a, b, c);
endprimitive I have this error message... I'm stupid ? |
Beta Was this translation helpful? Give feedback.
Answered by
nakengelhardt
Sep 26, 2022
Replies: 1 comment 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jalcim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
primitive
syntax is not supported by yosys, sorry!