mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #3449 from YosysHQ/aki/show_pathrw
This commit is contained in:
commit
7d35003c16
|
@ -825,6 +825,7 @@ struct ShowPass : public Pass {
|
|||
|
||||
for (auto filename : libfiles) {
|
||||
std::ifstream f;
|
||||
rewrite_filename(filename);
|
||||
f.open(filename.c_str());
|
||||
yosys_input_files.insert(filename);
|
||||
if (f.fail())
|
||||
|
|
Loading…
Reference in New Issue