[xc7] Also ignore PIN token lines for PCF
This commit is contained in:
parent
1ee041e63f
commit
e53f8364ec
@ -68,6 +68,8 @@ bool apply_pcf(Context *ctx, std::string filename, std::istream &in)
|
||||
}
|
||||
} else if (cmd == "NET") {
|
||||
// TODO
|
||||
} else if (cmd == "PIN") {
|
||||
// TODO
|
||||
} else {
|
||||
log_error("unsupported pcf command '%s'\n", cmd.c_str());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user