Problem in Memory synthesis(Syntax Error) #4191
Unanswered
Prathmesh291
asked this question in
Q&A
Replies: 1 comment
-
reg [0:3] cpu [0:15] should not be in the output of synthesis so something is wrong there. It is not a structural construct. There is too little information to suggest anything. Please open an issue with a test case if possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Yosys for synthesis of memory. Then I am taking the netlist generated to openroad for all the next sequence of steps. However, it is showing syntax error whenever I have a memory type element. Even if I try for a single port ram, it is showing syntax error at the line of memory.
By memory I mean (ex- reg [0:3] cpu [0:15])
I am using gcd nangate45 library
Beta Was this translation helpful? Give feedback.
All reactions