Origen-SDK / origen_sim

Plugin to enable Origen patterns to be run in a dynamic Verilog simulation
MIT License
1 stars 4 forks source link

Add ability to change the capture directory #29

Closed ginty closed 5 years ago

ginty commented 5 years ago

From the documentation that is included in this PR:

Configuring the Capture Storage Location

By default, both sim_delay and sim_capture will save their captured data to Org files (Origen native pattern format) using the following file naming rule: Origen.root/pattern/org/<target name>/<capture ID>.org.

If your application is a top-level application then the default setting should work fine unless you wish to share/re-use captured data between multiple targets.

Another reason to change from the default would be if data is captured at plugin-level and this needs to be referenced later when running within a top-level application. There are potentially two issues in that case:

priyavadan commented 5 years ago

@ginty thanks for the quick update!

I'll try this out with our application this week and let you know by Monday!

priyavadan commented 5 years ago

Apologies, I wasn't able to get to this last week. I am currently trying it out on the PGE and will let you know soon. Thanks for being patient!

ginty commented 5 years ago

@priyavadan, any update?