[xc7] Also ignore PIN token lines for PCF

This commit is contained in:
Eddie Hung 2018-11-05 08:21:14 -08:00
parent 1ee041e63f
commit e53f8364ec

View File

@ -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());
}