Skip to content

Origen-SDK/o2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,480 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Origen 2 Build Status

See here for how to setup an Origen 2 development environment - https://origen-sdk.org/o2/guides/developers/installation.html

Origen Metal Python Development

  1. Compile the Origen CLI by running:
    cd rust/origen
    cargo build --bin origen --workspace
    
  2. Add <workspace>/rust/origen/target/debug/ to your $PATH or otherwise make the origen CLI that was just compiled to this location available for execution
  3. Compile Origen Metal by running:
    origen origen build --metal
    

Repeat step 3 after making any changes to rust/origen_metal (the Rust library) or rust/pyapi_metal (the Python bindings for it).

To test out any updates in your application add python/origen_metal to your application's virtual environment.

If using another venv manager than Poetry, you might need to uncomment the [project] section in pyproject.toml.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors