From b5a7274316c5bbb23d65eadb0ee20f02c14dd9ac Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 6 Dec 2018 11:59:20 -0800 Subject: [PATCH] Change Netlisting to submodules to reflect what time is of --- compiler/sram_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/sram_base.py b/compiler/sram_base.py index be0797fc..d27cbd1b 100644 --- a/compiler/sram_base.py +++ b/compiler/sram_base.py @@ -78,7 +78,7 @@ class sram_base(design): if not OPTS.is_unit_test: - print_time("Netlisting",datetime.now(), start_time) + print_time("Submodules",datetime.now(), start_time) def create_layout(self):