nexus: Ignore some PDC commands
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
cbf99d5e53
commit
1e4eb5ec39
@ -203,6 +203,10 @@ struct PDCParser
|
|||||||
return cmd_ldc_set_location(arguments);
|
return cmd_ldc_set_location(arguments);
|
||||||
else if (cmd == "ldc_set_port")
|
else if (cmd == "ldc_set_port")
|
||||||
return cmd_ldc_set_port(arguments);
|
return cmd_ldc_set_port(arguments);
|
||||||
|
else if (cmd == "ldc_set_sysconfig" || cmd == "get_nets" || cmd == "create_clock") {
|
||||||
|
log_warning("%s is not yet supported!\n", cmd.c_str());
|
||||||
|
return TCLValue("");
|
||||||
|
}
|
||||||
else
|
else
|
||||||
log_error("Unsupported PDC command '%s'\n", cmd.c_str());
|
log_error("Unsupported PDC command '%s'\n", cmd.c_str());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user