From: aaron123 on
Hi,
I'am seeking a way to use VIO and core inserter at the same time. I
found that if I want to use VIO , I must also instantiating ILA. I feel
it's awkward.
Please help me find a better way.Thanks.



---------------------------------------
Posted through http://www.FPGARelated.com
From: self on
Aaron

We recently ran into this ourselves. I think the answer is that you
cannot instantiate a VIO or ILA and then use Core Inserter to add
another ILA.

The problem is the ICON primitive. There is only one per chip and if
you insert an ILA it uses the ICON. There is not another you can use
with your instantiated VIO or ILA.

Please correct me if I am wrong on this.

Pete