mirror of https://github.com/YosysHQ/nextpnr.git
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);
|
||||
oa << torc_info;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
} else {
|
||||
log_error("Unsupported XC7 chip type.\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue