From 2499d94260078b00b8758c3fdee6d45a7025f03d Mon Sep 17 00:00:00 2001 From: panhomyoung Date: Mon, 1 Jul 2024 10:51:39 +0800 Subject: [PATCH] PigMAP update --- src/commands/techmap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/techmap.hpp b/src/commands/techmap.hpp index bdb9f7b..cffd291 100644 --- a/src/commands/techmap.hpp +++ b/src/commands/techmap.hpp @@ -159,7 +159,7 @@ class techmap_command : public command { st.total_wirelength); } else { auto res = mockturtle::map(aig, lib, ps, &st); - if (is_set("output")) write_verilog_with_binding_new(res, filename); + if (is_set("output")) write_verilog_with_binding(res, filename); std::cout << fmt::format( "Mapped AIG into #gates = {}, area = {:.2f}, delay = {:.2f}, " "power = {:.2f}\n",