add missing files and try to refactor submodule essential
This commit is contained in:
parent
5f55fc7b49
commit
59f1ac7310
|
@ -1 +0,0 @@
|
|||
run003
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue