add missing files and try to refactor submodule essential

This commit is contained in:
tangxifan 2019-08-20 16:12:01 -06:00
parent 5f55fc7b49
commit 59f1ac7310
2 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
run003

View File

@ -263,6 +263,7 @@ void print_verilog_submodule_essentials(const std::string& verilog_dir,
const CircuitLibrary& circuit_lib) {
/* TODO: remove .bak when this part is completed and tested */
std::string verilog_fname = submodule_dir + essentials_verilog_file_name + ".bak";
std::fstream fp;
/* Create the file stream */