Random values output from the IP core

1 次查看(过去 30 天)
Hi all,
I have an up counter (0-10) IP core generated from the Xilinx system generator. when I write an app in SDK and run the code, I get random values as outputs. what is wrong ? Can someone please help me on this?
regards
  1 个评论
Walter Roberson
Walter Roberson 2017-2-7
You appear to be displaying a status rather than the content of the counter ?

请先登录,再进行评论。

回答(1 个)

Jan
Jan 2017-2-7
If the code runs on mutliple threads, the output is expected to be random, because the order of threads the code is processed in does not matter.
  2 个评论
Shashi TG
Shashi TG 2017-2-12
HI, thanks for the reply. Ho to ensure IP integrator that the code runs on a single thread.? Can you please help me since I am relatively new to this? Thanks..
Walter Roberson
Walter Roberson 2017-2-12
As far as I know, Jan does not know anything about the IP integrator. I do not know anything about it either. However, if you show the code for counter1_gateway_out_read() and counter1_initialize() then perhaps the code will lead to some ideas.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Array and Matrix Mathematics 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by