FHint
Occasional Contributor
5 years agoInfo 276004 with ALLOW_ANY_RAM_SIZE_FOR_RECOGNITION ON
Hello,
I am trying to instantiate two RAM with a size defined by a generic g_desc_size. For this I use following statements in my VHDL code:
attribute ramstyle : string;
type ...
- 5 years agoSorry, I only included the files that have direct impact on the problem and didn't check, whether the project was able to be built this way. But I have found the problem: the ST channel input port, that is connected to the read address of the RAM signal, was not driven by the ST source. Now that I have added logic in the source component RAM is being instanced. I still wonder why this was the cause though, because both RAM's read addresses mentioned above are driven by this ST channel input. Maybe it is because the one that worked is an asymmetrical RAM and Quartus handles them differently. Either way, it now works for both of them. Best Regards, Florian