From: Clifford Wolf Date: Mon, 22 Apr 2019 00:07:36 +0000 (+0200) Subject: Disable blackbox detection in techmap files X-Git-Tag: yosys-0.9~187^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b35d5759289f7a3139c6eaa525ef737b8d5d82b;p=yosys.git Disable blackbox detection in techmap files Signed-off-by: Clifford Wolf --- diff --git a/passes/techmap/techmap.cc b/passes/techmap/techmap.cc index ee319b6e6..1a4318460 100644 --- a/passes/techmap/techmap.cc +++ b/passes/techmap/techmap.cc @@ -1036,7 +1036,7 @@ struct TechmapPass : public Pass { simplemap_get_mappers(worker.simplemap_mappers); std::vector map_files; - std::string verilog_frontend = "verilog -nooverwrite"; + std::string verilog_frontend = "verilog -nooverwrite -noblackbox"; int max_iter = -1; size_t argidx;