mirror of https://github.com/YosysHQ/icestorm.git
icepll: In quiet mode don't print info about target file name
This commit is contained in:
parent
aa5a623bb3
commit
3b011bd326
|
|
@ -314,7 +314,8 @@ int main(int argc, char **argv)
|
|||
|
||||
fclose(f);
|
||||
|
||||
printf("PLL configuration written to: %s\n", filename);
|
||||
if (!quiet)
|
||||
printf("PLL configuration written to: %s\n", filename);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue