Skip to content

Clean up warnings in vhdl generation

The assignment of the rdata output with the signal rdata_ff raised a warning: "Incorrect array size in assignment". The reason for this warning was the incorrect usage of the Generic DATA_W. The Generic for the rdata_ff is no longer replaced during creation of the file. The same is done for all _rdata signals.

Warning for signal _ren_ff never read, was supressed

Merge request reports

Loading