Hello all,
I am trying to synthesize constant values. Previously, I had them as signals, where the logic produced actually fit my device (760 out of 784 total CLBs). As soon as I modified the signals to constants, the logic jumped to 1068 CLBs, and I could not fit onto the device anymore.
The reason for the modification is that synthesis does not accept initial values for signals and ties them to 0 instead, which is not what I am looking for.
Your help is much appreciated.
I am trying to synthesize constant values. Previously, I had them as signals, where the logic produced actually fit my device (760 out of 784 total CLBs). As soon as I modified the signals to constants, the logic jumped to 1068 CLBs, and I could not fit onto the device anymore.
The reason for the modification is that synthesis does not accept initial values for signals and ties them to 0 instead, which is not what I am looking for.
Your help is much appreciated.