mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-21 20:02:07 +00:00
fix codestyle formatting
This commit is contained in:
parent
e531fb203a
commit
4f15e7f00f
3 changed files with 14 additions and 14 deletions
|
@ -257,7 +257,7 @@ std::string make_temp_dir(std::string template_str = "/tmp/yosys_XXXXXX");
|
|||
bool check_file_exists(std::string filename, bool is_exec = false);
|
||||
bool is_absolute_path(std::string filename);
|
||||
void remove_directory(std::string dirname);
|
||||
std::string escape_filename_spaces (const std::string& filename);
|
||||
std::string escape_filename_spaces(const std::string& filename);
|
||||
|
||||
template<typename T> int GetSize(const T &obj) { return obj.size(); }
|
||||
int GetSize(RTLIL::Wire *wire);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue