Origen-SDK / o2

MIT License
4 stars 0 forks source link

Add origen.config["output_dir"] #86

Open ginty opened 4 years ago

ginty commented 4 years ago

The output directory should be added to the origen.config dict. This should default to output/ if undefined.

It should be added here in Rust - https://github.com/Origen-SDK/o2/blob/master/rust/origen/src/core/config.rs

And exposed to Python here - https://github.com/Origen-SDK/o2/blob/master/rust/pyapi/src/lib.rs#L54