mirror of https://github.com/YosysHQ/yosys.git
Mark `bufnorm` experimental
This commit is contained in:
parent
865df26fac
commit
38de01807e
|
@ -24,7 +24,9 @@ USING_YOSYS_NAMESPACE
|
|||
PRIVATE_NAMESPACE_BEGIN
|
||||
|
||||
struct BufnormPass : public Pass {
|
||||
BufnormPass() : Pass("bufnorm", "convert design into buffered-normalized form") { }
|
||||
BufnormPass() : Pass("bufnorm", "(experimental) convert design into buffered-normalized form") {
|
||||
experimental();
|
||||
}
|
||||
void help() override
|
||||
{
|
||||
log("\n");
|
||||
|
|
Loading…
Reference in New Issue