[core] fixed some bugs

This commit is contained in:
tangxifan 2023-09-06 22:49:56 -07:00
parent bcb82d43af
commit eaadff3448
2 changed files with 2 additions and 2 deletions

View File

@ -657,7 +657,7 @@ int print_verilog_preconfig_top_module(
fp,
std::string(circuit_name) +
std::string(FORMAL_VERIFICATION_TOP_MODULE_POSTFIX),
VERILOG_DEFAULT_NET_TYPE_WIRE);
options.default_net_type());
/* Close the file stream */
fp.close();

View File

@ -2678,7 +2678,7 @@ int print_verilog_full_testbench(
fp,
std::string(circuit_name) +
std::string(AUTOCHECK_TOP_TESTBENCH_VERILOG_MODULE_POSTFIX),
VERILOG_DEFAULT_NET_TYPE_WIRE);
options.default_net_type());
/* Close the file stream */
fp.close();