3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

Added support for "file names with blanks"

This commit is contained in:
Clifford Wolf 2015-04-08 12:14:34 +02:00
parent aa0ab975b9
commit 21a1cc1b60
7 changed files with 43 additions and 33 deletions

View file

@ -320,9 +320,7 @@ struct rules_t
void parse(string filename)
{
if (filename.substr(0, 2) == "+/")
filename = proc_share_dirname() + filename.substr(1);
rewrite_filename(filename);
infile.open(filename);
linecount = 0;