Fix #endif placement
This commit is contained in:
parent
212b03999b
commit
13e7798b34
@ -332,8 +332,8 @@ Arch::Arch(ArchArgs args) : args(args)
|
|||||||
nextpnr_binary_oarchive oa(fofs, this);
|
nextpnr_binary_oarchive oa(fofs, this);
|
||||||
oa << torc_info;
|
oa << torc_info;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
log_error("Unsupported XC7 chip type.\n");
|
log_error("Unsupported XC7 chip type.\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user