We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7c4b0 commit e198ce8Copy full SHA for e198ce8
chipflow_lib/common/sim/models.cc
@@ -75,7 +75,7 @@ void fetch_actions_into_queue() {
75
void open_input_commands(const std::string &filename) {
76
std::ifstream f(filename);
77
if (!f) {
78
- throw std::runtime_error("failed to open event log for writing!");
+ throw std::runtime_error("failed to open input event stream!");
79
}
80
json data = json::parse(f);
81
input_cmds = data["commands"];
0 commit comments