Borrar filtros
Borrar filtros

Does it exist function for a Simulink model related to time (more or less like 'now') ?

1 visualización (últimos 30 días)
I'm working on a FPGA project, i want to have a function which gives values related to time (current). Unfortunately "now" is not fully supported in a Simulink model. Could you tell me something?
  1 comentario
Walter Roberson
Walter Roberson el 16 de Oct. de 2017
It would be easier to have it as a signal entering the FPGA. Second easiest would possibly be a hybrid FPGA device where you can read the time off the other side. I don't know if a real time clock can be done in FPGA itself.
But I have to ask if is really the case that while everything is paused for debugging that the timer should keep going, and that you do not want to be able to simulate faster than real time for testing purposes?

Iniciar sesión para comentar.

Respuestas (1)

Prashant Arora
Prashant Arora el 16 de Oct. de 2017
Hi Damiano,
If you would like to use the "now" functionality in Simulink for simulation purposes, please refer to the following link:
The above method does not support code generation as functions like "now", "datetime" and "clock" do not support it. I believe the following post provides a reasonable workaround:
Please refer to the model provided in the link above.
Hope this helps!
Prashant

Categorías

Más información sobre FPGA, ASIC, and SoC Development en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by