Skip to content

Commit

Permalink
debug0
Browse files Browse the repository at this point in the history
  • Loading branch information
chungshien-chai committed Aug 1, 2024
1 parent 8971cfd commit 9edc6fa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ModelConfig_BITSREAM_SETTINGS_XML::ModelConfig_BITSREAM_SETTINGS_XML(
const std::vector<std::string>& flag_options,
const std::map<std::string, std::string>& options, const std::string& input,
const std::string& output) {
/*
bool is_unittest = std::find(flag_options.begin(), flag_options.end(),
"is_unittest") != flag_options.end();
std::vector<std::string> device_sizes =
Expand Down Expand Up @@ -142,6 +143,7 @@ ModelConfig_BITSREAM_SETTINGS_XML::ModelConfig_BITSREAM_SETTINGS_XML(
oxml << "</openfpga_bitstream_setting>\n";
oxml.close();
}
*/
}

/*
Expand Down

0 comments on commit 9edc6fa

Please sign in to comment.