Forum Discussion
alexislms
Contributor
2 years agoError(276001): Cannot synthesize dual-port RAM logic "..."
Synthesis error: Error(276001): Cannot synthesize dual-port RAM logic "...timestamps" Code: (*ramstyle="logic"*)logic [15:0][63:0] timestamps [CHANNELS] /*synthesis ramstyle="logic"*/; How is tha...
FvM
Super Contributor
2 years agoHello,
the type of inferred RAM is defined by the actual logic related to the memory object, not the synthesis attributes. Please show the relevant code.
Regards
Frank