mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 16:45:23 +02:00
Standardize some error messages.
This commit is contained in:
@@ -158,7 +158,7 @@ class V3OrderProcessDomains final {
|
||||
// Make report of all signal names and what clock edges they have
|
||||
const string filename = v3Global.debugFilename(m_tag + "_order_edges.txt");
|
||||
const std::unique_ptr<std::ofstream> logp{V3File::new_ofstream(filename)};
|
||||
if (logp->fail()) v3fatal("Can't write " << filename);
|
||||
if (logp->fail()) v3fatal("Can't write file: " << filename);
|
||||
|
||||
std::deque<string> report;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user