Skip to content

Commit

Permalink
Mark bufnorm experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Sep 11, 2024
1 parent 035fa4c commit fa4f720
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion passes/techmap/bufnorm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit fa4f720

Please sign in to comment.