diff --git a/passes/techmap/techmap.cc b/passes/techmap/techmap.cc index b6f2d2607..7453d9cde 100644 --- a/passes/techmap/techmap.cc +++ b/passes/techmap/techmap.cc @@ -1173,7 +1173,7 @@ struct TechmapPass : public Pass { std::vector map_files; std::vector dont_map; - std::string verilog_frontend = "verilog -nooverwrite -noblackbox"; + std::string verilog_frontend = "verilog -icells -nooverwrite -noblackbox"; int max_iter = -1; size_t argidx;