I am attempting to create a simple DDS/NCO to be used in an FPGA. I have a working DDS in simulink. But when I try to convert it to HDL using the HDL converter I receive the above error. The only problem is that the block for which I receive the that error does not exist in my design anymore. Closing and reopening the program has done nothing to update that. This error is normally received when a block is not compatible with the HDL coder. However I am fairly certain that all my other blocks are indeed compatible.
I am using Matlab R2014a if that is at all relevant
Thank you