Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
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 Commento
Walter Roberson
Walter Roberson il 16 Ott 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?

Accedi per commentare.

Risposte (1)

Prashant Arora
Prashant Arora il 16 Ott 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

Categorie

Scopri di più su FPGA, ASIC, and SoC Development in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by