3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-13 09:26:16 +00:00

Indentation conventions

This commit is contained in:
Sahand Kashani 2020-03-23 09:01:17 +01:00
parent 566e08485a
commit f48fb26c0f

View file

@ -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(""){}