summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-01-29 16:04:30 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2019-01-29 16:04:30 +0000
commitb42f4eae9a87f469036e32a1ea1b2fe40d4c4cd4 (patch)
tree0695558f6bb0bf53730df4c27c194b54de9427bd
parent69f964d38a740403514f164da84a6d66843135f1 (diff)
parent667eff9218fbe19952f004df7719ceb73527df49 (diff)
Update upstream source from tag 'upstream/8.1.222+ds.1'
Update to upstream version '8.1.222+ds.1' with Debian dir e534f8d5fca68ea980536b4ba26c8ed23cec5624
-rw-r--r--VERSION2
-rw-r--r--commands/CmdCD.c2
-rw-r--r--lef/lefWrite.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 45be31e..be1327b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-8.1.220
+8.1.222
diff --git a/commands/CmdCD.c b/commands/CmdCD.c
index 5fe4e54..60653ce 100644
--- a/commands/CmdCD.c
+++ b/commands/CmdCD.c
@@ -3487,8 +3487,8 @@ CmdDrc(w, cmd)
case DRC_OFF:
DRCBackGround = DRC_SET_OFF;
- DRCBreak();
#ifdef MAGIC_WRAPPER
+ DRCBreak();
if (TxInputRedirect != TX_INPUT_REDIRECTED)
#endif
TxSetPrompt('%'); /* Return prompt to "normal" */
diff --git a/lef/lefWrite.c b/lef/lefWrite.c
index 508b903..69d6679 100644
--- a/lef/lefWrite.c
+++ b/lef/lefWrite.c
@@ -164,8 +164,6 @@ lefWriteHeader(def, f, lefTech)
{
TileType type;
- UndoDisable();
-
TxPrintf("Diagnostic: Write LEF header for cell %s\n", def->cd_name);
/* NOTE: This routine corresponds to Envisia LEF/DEF Language */
@@ -188,6 +186,8 @@ lefWriteHeader(def, f, lefTech)
if (!lefTech) return;
+ UndoDisable();
+
/* Layers (minimal information) */
if (LefInfo.ht_table != (HashEntry **)NULL)