ravin Posted July 12, 2022 Report Share Posted July 12, 2022 Hi, Can anyone suggest a function to extract a register from nested register file block in ipxact ? Quote Link to comment Share on other sites More sharing options...
kock Posted July 14, 2022 Report Share Posted July 14, 2022 Yes, use getAddressBlockRegisterFileIDs on the addressBlock. On each registerFileID that is returned, you can use getRegisterFileRegisterIDs and getRegisterFileRegisterFileIDs. This last function will give you the register file IDs of the nested register files. You can repeat this process then. Best regards, Erwin Quote Link to comment Share on other sites More sharing options...
ravin Posted July 18, 2022 Author Report Share Posted July 18, 2022 HI Kock, Thanks for the reply. But i dont get this function in my package. Can you please let me know , where i can get this function? Quote Link to comment Share on other sites More sharing options...
kock Posted July 21, 2022 Report Share Posted July 21, 2022 Hello, You need to contact your package owner/EDA vendor for support. Best regards, Erwin Quote Link to comment Share on other sites More sharing options...
Jason H Posted December 19, 2022 Report Share Posted December 19, 2022 An issue may be that getRegisterFileRegisterFileIDs and getRegisterFileRegisterIDs were missing from the TGI Annex in 1685-2014. Some vendors filled in the blanks and implemented them anyway. Others may not have. Quote Link to comment Share on other sites More sharing options...
Jason H Posted December 19, 2022 Report Share Posted December 19, 2022 I see that my statement was also mentioned in a previous post. Those functions were present in 1685-2009, and missed in 1685-2014. Regardless, getRegisterFileArray is not standard. Quote Link to comment Share on other sites More sharing options...
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.