From b4bb200dec6fb8621db01f978e8015765cea2ca5 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Thu, 2 Apr 2026 11:40:33 +0200 Subject: [PATCH] Revert "techmap: call hierarchy on map files to determine port directions" This reverts commit eabbf6d22527f386811c7b507f74f887a258b397. --- passes/techmap/techmap.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/passes/techmap/techmap.cc b/passes/techmap/techmap.cc index 996fe19d5..96b1cf11c 100644 --- a/passes/techmap/techmap.cc +++ b/passes/techmap/techmap.cc @@ -1225,7 +1225,6 @@ struct TechmapPass : public Pass { Frontend::frontend_call(map, nullptr, fn, (fn.size() > 3 && fn.compare(fn.size()-3, std::string::npos, ".il") == 0 ? "rtlil" : verilog_frontend)); } } - Pass::call(map, "hierarchy"); log_header(design, "Continuing TECHMAP pass.\n");