Fix Torc path
This commit is contained in:
parent
af4f9680e2
commit
324ff41f13
@ -274,7 +274,7 @@ void IdString::initialize_arch(const BaseCtx *ctx)
|
|||||||
|
|
||||||
Arch::Arch(ArchArgs args) : args(args)
|
Arch::Arch(ArchArgs args) : args(args)
|
||||||
{
|
{
|
||||||
torc::common::DirectoryTree directoryTree("../../torc/src/torc");
|
torc::common::DirectoryTree directoryTree("/opt/torc/src/torc");
|
||||||
if (args.type == ArchArgs::Z020) {
|
if (args.type == ArchArgs::Z020) {
|
||||||
torc_info = std::unique_ptr<TorcInfo>(new TorcInfo(this, "xc7z020", "clg484"));
|
torc_info = std::unique_ptr<TorcInfo>(new TorcInfo(this, "xc7z020", "clg484"));
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user