We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f99b3 commit 8dcffddCopy full SHA for 8dcffdd
crates/filament/src/cmdline.rs
@@ -110,6 +110,10 @@ pub struct Opts {
110
#[argh(switch, long = "preserve-names")]
111
pub preserve_names: bool,
112
113
+ /// scheduling model containing port delays relative to clock frequency
114
+ #[argh(option, long = "scheduling-model")]
115
+ pub scheduling_model: Option<String>,
116
+
117
// Solver specific configuration
118
/// solver to use (default: cvc5): cvc5, z3
119
#[argh(option, long = "solver", default = "Solver::Z3")]
tech.toml
@@ -0,0 +1,2 @@
1
+[Add]
2
+out = 0.3
tech.yml
0 commit comments