• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. axlExportOutputView creates an empty file

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 125
  • Views 13328
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

axlExportOutputView creates an empty file

adeuser777
adeuser777 over 12 years ago

Hi,

I am trying to run adexl simulations using axl commands as below.

 

/////

axlsession=axlCreateSession(getCurrentTime())

hsdb_session=axlSetMainSetupDBLCV(axlsession "testlib" "top" "adexl" ?mode "r")

runID = axlRunAllTestsWithCallback( axlsession "Single Run, Sweeps and Corners" "PostProc()" )

 

procedure(PostProc()

axlExportOutputView(axlsession "/tmp/export.csv" "Detail" ?history "Interactive.0")

)

/////

This creates an empty file. Any idea what could be going wrong?

 

My end goal is export the measurement name and values to a text file using axl command.

 

Other options I tried:

 

1) axlWriteDatasheet(axlsession axlGetHistoryEntry(hsdb_session "Interactive.0"))

It doesn't create it propertly. Probably because I am opening ADEXL in "r" mode.

 

2) a = axlGetHistoryResults(axlGetRunData(axlsession runID))

axlViewResDB(a)

This opens a table with measurement and variable values. But I don't find an option to export this to file.

 

3) a = axlGetHistoryResults(axlsession runID))

axlOpenResDB(a) ~> ?

This returns options which I could use to retrieve measurement values but they are of type "funcobj". Not sure how to read it.

 

Thanks,

Ram

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    The first doesn't work (currently) unless the UI is opened. I have a CCR for this, 942599. 

    The third you can find out by doing:

    resDB=axlOpenResDB(a)
    resDB->help()

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    The first doesn't work (currently) unless the UI is opened. I have a CCR for this, 942599. 

    The third you can find out by doing:

    resDB=axlOpenResDB(a)
    resDB->help()

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information