This commit is contained in:
锦恢 2024-09-22 22:00:57 +08:00
parent 5cafbc67a6
commit 1860d19627

View File

@ -525,10 +525,6 @@ class HdlModule {
} }
public makeNameToInstances() { public makeNameToInstances() {
if (this.name === 'u_reg_cfg') {
console.log('[u_reg_cfg debug]');
console.log(this.rawInstances);
}
if (this.rawInstances !== undefined) { if (this.rawInstances !== undefined) {
this.nameToInstances.clear(); this.nameToInstances.clear();
for (const inst of this.rawInstances) { for (const inst of this.rawInstances) {