dfflegalize: typo fix
authorMarcelina Kościelnicka <mwk@0x04.net>
Tue, 7 Jul 2020 13:00:52 +0000 (15:00 +0200)
committerMarcelina Kościelnicka <mwk@0x04.net>
Tue, 7 Jul 2020 13:00:52 +0000 (15:00 +0200)
passes/techmap/dfflegalize.cc

index b2fe90702da7e1ff454fa5c3a2d47a9bd62b3fb7..eb35d778a599ec2b141fc65f3db7553a7890917d 100644 (file)
@@ -529,7 +529,7 @@ unmap_enable:
                                }
                                if (supported_dffsr & flip_initmask(initmask)) {
 flip_dqisr:;
-                                       log_warning("Flipping D/Q/init and inseerting set/reset fixup to handle init value on %s.%s [%s]\n", log_id(cell->module->name), log_id(cell->name), log_id(cell->type));
+                                       log_warning("Flipping D/Q/init and inserting set/reset fixup to handle init value on %s.%s [%s]\n", log_id(cell->module->name), log_id(cell->name), log_id(cell->type));
                                        SigSpec new_r;
                                        bool neg_r = (ff_neg & NEG_R);
                                        bool neg_s = (ff_neg & NEG_S);