Search the Community
Showing results for tags 'xml'.
-
Hi all, I'm using vendors' tool to generate register models. I wanna know how to describe one address-block is instantiated multiple times in IP-XACT. For example, there are 2~4 instances of the same DMA engine module in my testbench. Which schema can I use to describe this? The further question is how to group address blocks in IP-XACT? For example, I have a bridge-similar module BRDG(have registers) will be instantiated to more than 20 IPs of SOC. I wanna the generated uvm register model combine each BRDG with related IP in one uvm_reg_block. How to describe this in IP-XACT? Currently, i'm using script to deal with this. I want to know if IP-XACT native support this. Thanks
-
Debug is extremely difficult to do in large, constrained-random simulations. 1) Even if there is large amounts of data available (such as UVM seq-item dumps), it is extremely slow to analyze the standard text outputs, and requires lots of script writing for each new bug 2) There are times when multiple streams of different sequence-items must be parsed in order to put the suspect sequence-item into context. I would like to propose adding another UVM output format: XML Then standard XML report-writers could be used to analyze the multiple output streams and generate statistics or identify possible failures or the failures themselves. I would then to also like to propose loading that data into SQL databases for more complicated analysis and creation of standard reports. Erik Jessen