Verilog to Routing - VPR
|
Exit codes to signal success/failure to scripts calling vpr. More...
Go to the source code of this file.
Variables | |
constexpr int | SUCCESS_EXIT_CODE = 0 |
constexpr int | ERROR_EXIT_CODE = 1 |
constexpr int | UNIMPLEMENTABLE_EXIT_CODE = 2 |
constexpr int | INTERRUPTED_EXIT_CODE = 3 |
Exit codes to signal success/failure to scripts calling vpr.
constexpr int ERROR_EXIT_CODE = 1 |
Something went wrong internally
constexpr int INTERRUPTED_EXIT_CODE = 3 |
VPR was interrupted by the user (e.g. SIGINT/ctr-C)
constexpr int SUCCESS_EXIT_CODE = 0 |
Everything OK
constexpr int UNIMPLEMENTABLE_EXIT_CODE = 2 |
Could not implement (e.g. unroutable)