Sha256: 47bc445f5ec9e324e6e6318063d22a8db43d454417e8e7fbdecf98078abe9bc1
Contents?: true
Size: 631 Bytes
Versions: 3
Compression:
Stored size: 631 Bytes
Contents
% render "layouts/basic.html", tab: :examples do ## IP-XACT Export (Spirit 1.4) This page shows IP-XACT formatted XML that has been generated from an Origen representation of a module. The exporter has the following options: * **:format** - nil by default, can be set to :uvm to include the associated vendor extentions * **:include_bit_field_values** - true by default, when false the bit field values fields will not be output The code to generate this page was simply: ~~~eruby <%= "<" + "%= $dut.to_ip_xact format: :uvm %" + ">" %> ~~~ ~~~xml <%= $dut.to_ip_xact format: :uvm %> ~~~ % end
Version data entries
3 entries across 3 versions & 1 rubygems