Skip to content

Commit 4783c9e

Browse files
committed
enable blif check in pin_c (report only)
1 parent 665cec8 commit 4783c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

planning/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
static const char* _pln_VERSION_STR = "pln0335";
1+
static const char* _pln_VERSION_STR = "pln0336";
22

33
#include "RS/rsEnv.h"
44
#include "util/pln_log.h"

planning/src/pin_loc/read_ports.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ bool PinPlacer::BlifReader::read_blif(const string& blif_fn, bool& checked_ok) n
11131113
return false;
11141114
}
11151115

1116-
if (0 /* not ::getenv("pinc_dont_check_blif") */ ) {
1116+
if (not ::getenv("pinc_dont_check_blif")) {
11171117
lprintf("____ BEGIN pinc_check_blif: %s\n", cfn);
11181118
flush_out(true);
11191119
checked_ok = do_check_blif(cfn);

0 commit comments

Comments
 (0)