- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got the below warning when running the functional simulation. I am not sure why bit 0 is ignored.. I tried to use preserve register & attribute preserve/keep but it doen’t help…
Warning: Ignored node in vector source file. Can't find corresponding node name "core_cpu:processing|stage_cpu:\state:1:st|out[0]" for functional simulation. Any idea to solve the warning? Thanks.....Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Normally this happens, if the compiler minimzes the register for bit[0] as no output of the code depends on this bit.
This does not mean necessarly that the bit is no longer in the code but the bit may no longer be accessible by it's intended name. The most easiest way is to add another vector to the code's outputs and assign the vector to the output, thus the bit cannot be optimized away, as it's now an output..- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Carlhermann....Your answer is really helpful...

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page