From 5a0bc2fd7f214232a46d62c3863fba754cf93928 Mon Sep 17 00:00:00 2001 From: Cassie Jones Date: Thu, 5 Mar 2020 18:25:26 +0100 Subject: [PATCH] Fix errors in the synth_nan help message --- nangate.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nangate.cc b/nangate.cc index 4c1a81f..726b798 100644 --- a/nangate.cc +++ b/nangate.cc @@ -171,8 +171,9 @@ struct SynthNaN : public Pass { log(" nand_to_nan\n"); log(" share_nan\n"); log(" dff_nan\n"); - log(" nan_simplify\n"); + log(" simplify_nan\n"); log(" clean\n"); + log(" techmap_nan\n"); } void execute(vector args, Design *design) override { string synth_args; -- 2.43.2