mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 09:26:16 +00:00
Indentation conventions
This commit is contained in:
parent
566e08485a
commit
f48fb26c0f
1 changed files with 6 additions and 5 deletions
|
@ -264,6 +264,7 @@ struct FirrtlWorker
|
|||
log_error("Memory %s has zero width%s\n", this->name.c_str(), this->atLine());
|
||||
}
|
||||
}
|
||||
|
||||
// We need a default constructor for the dict insert.
|
||||
memory() : pCell(0), read_latency(0), write_latency(1), init_file(""), init_file_srcFileSpec(""){}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue