templates/web/index.md.erb in cross_origen-1.2.2 vs templates/web/index.md.erb in cross_origen-1.2.3

- old
+ new

@@ -33,11 +33,11 @@ * IP-XACT - Import and Export registers and hierarchy * CMSIS-SVD - Import registers and hierarchy * RALF (Synopsys format) - Export registers -See the [examples](<%= path "examples" %>) for format specific documentation, but +See the [Examples](<%= path "examples" %>) for format specific documentation, but most formats should follow this basic structure... #### Data Import When the <code>CrossOrigen</code> module is included in a class it gets access @@ -98,10 +98,12 @@ ~~~eruby <%= "<" + "%= $dut.to_ip_xact %" + ">" %> ~~~ -In future support may be added to export directly to a 3rd party tool if +Please explore the [Examples](<%= path "examples" %>) page to see the differences between Spirit 1.4 and IEEE 1685-2009 IP-XACT export settings. + +In the future, support may be added to export directly to a 3rd party tool if it provides such an API. ### How To Setup a Development Environment [Clone the repository from Github](https://github.com/Origen-SDK/cross_origen).