Merge pull request #3449 from YosysHQ/aki/show_pathrw

This commit is contained in:
N. Engelhardt 2022-08-25 17:06:29 +02:00 committed by GitHub
commit 7d35003c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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())