Removing Wanings from Simulink Simulations

Sometimes you want to simulate Xilinx blocks circuits in the Simulink environment, in order to debug or test the circuits. Using the default configuration parameters from Simulink will throw some warnings when you try to simulate, they will not affect the simulation, but if you are annoyed by them as much as myself, you can suppers them by making this changes in the Simulink Model Configuration Parameters:

  1. On the 'Solver' tab, 'Solver options' frame, select Type as 'Fixed-step'
  2. On the same tab and frame, select Solver as 'discrete (no continuous state)'
  3. On the 'Diagnostics' tab, on the 'Automatic solver parameter selection' drop-down menu, select 'none'

That should get rid of all the warnings.