mirror of https://github.com/YosysHQ/yosys.git
fix indentation
This commit is contained in:
parent
2c5d79d441
commit
0f279eef41
|
|
@ -3695,9 +3695,9 @@ struct VerificPass : public Pass {
|
||||||
#ifdef VERIFIC_SYSTEMVERILOG_SUPPORT
|
#ifdef VERIFIC_SYSTEMVERILOG_SUPPORT
|
||||||
if (GetSize(args) > argidx && args[argidx] == "-set_vhdl_default_library_path") {
|
if (GetSize(args) > argidx && args[argidx] == "-set_vhdl_default_library_path") {
|
||||||
for (argidx++; argidx < GetSize(args); argidx++) {
|
for (argidx++; argidx < GetSize(args); argidx++) {
|
||||||
#ifdef VERIFIC_VHDL_SUPPORT
|
#ifdef VERIFIC_VHDL_SUPPORT
|
||||||
vhdl_file::SetDefaultLibraryPath(args[argidx].c_str());
|
vhdl_file::SetDefaultLibraryPath(args[argidx].c_str());
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
goto check_error;
|
goto check_error;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue