pradeey Posted November 23, 2012 Report Posted November 23, 2012 Hi, Does anyone know if VCS has an in-built parser that is capable of parsing spirit file (format generated and compatible with IP-XACT) and generate UVM register files which is compatible with UVM_REG of RAL in UVM1.1 or later? Note : I know that VCS has a ralgen functionality which is capable of parsing RALF files and generate the required UVM register files.. Since, we already have IP-XACT spirit format of register definition available and ready, wondering if we can use VCS to directly generate UVM register files instead of re-coding the entire register definition in synopsys .ralf format. Thanks in advance for your help, Pradeep Quote
adielkhan Posted November 23, 2012 Report Posted November 23, 2012 (edited) Hi, Yes, $VCS_HOME/bin/ralgen supports RALF which is a TCL format and IPXACT which is an XML format. i.e ralgen -uvm –ipxact <ipxact-file> You will get more complete responses by emailing vcs_support@synopsys.com -adiel Edited November 23, 2012 by adielkhan typo Quote
pradeey Posted November 27, 2012 Author Report Posted November 27, 2012 Thanks for your quick reply.. This is working for me.. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.