From 1860d19627941678c416d187e4e6d7b73eafad62 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Sun, 22 Sep 2024 22:00:57 +0800 Subject: [PATCH] update --- src/hdlParser/core.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hdlParser/core.ts b/src/hdlParser/core.ts index 441f827..8e57d7b 100644 --- a/src/hdlParser/core.ts +++ b/src/hdlParser/core.ts @@ -525,10 +525,6 @@ class HdlModule { } public makeNameToInstances() { - if (this.name === 'u_reg_cfg') { - console.log('[u_reg_cfg debug]'); - console.log(this.rawInstances); - } if (this.rawInstances !== undefined) { this.nameToInstances.clear(); for (const inst of this.rawInstances) {