mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-30 21:57:47 +00:00
fix indentation
This commit is contained in:
parent
2c5d79d441
commit
0f279eef41
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue