Commit 850e2a6e by lvzhengyang

fix original debug code

parent 8f2a1719
......@@ -53,10 +53,7 @@ bool VParser::read(std::string const& design_name,
VDb v_db;
v_db.setLogger(logger_);
v_db.setOdb(odb_);
// return true;
const std::string tmp_str = "tmp";
// return VerilogParser::read(v_db, v_file);
return VerilogParser::read(v_db, tmp_str);
return VerilogParser::read(v_db, v_file);
}
VParser::~VParser()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment