Skip to content

Commit

Permalink
Found cause of flow sig change, rolled back
Browse files Browse the repository at this point in the history
  • Loading branch information
ginty committed Jul 25, 2024
1 parent 3eace9f commit 2929908
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 321 deletions.
3 changes: 3 additions & 0 deletions rust/origen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ pub fn initialize(
STATUS.set_fe_pkg_loc(fe_pkg_loc);
STATUS.set_fe_exe_loc(fe_exe_loc);
log_debug!("Initialized Origen {}", STATUS.origen_version);
if let Some(app) = app() {
origen_metal::PROG_GEN_CONFIG.set_app_name(app.name());
}
}

pub fn app() -> Option<&'static Application> {
Expand Down
Loading

0 comments on commit 2929908

Please sign in to comment.