`precheck` was running fine till now but it is ter...
# shuttle-precheck
v
precheck
was running fine till now but it is terminating during
check 5 of 16
with following error. Any idea what could be the reason and how to rectify it ?
{{STEP UPDATE}} Executing Check 3 of 16: Default
{{README DEFAULT CHECK PASSED}} Project 'README.md' was modified and is not identical to the default 'README.md'
{{CONTENT DEFAULT CHECK PASSED}} Project 'gds' was modified and is not identical to the default 'gds'
{{STEP UPDATE}} Executing Check 4 of 16: Documentation
{{DOCUMENTATION CHECK PASSED}} Project documentation is appropriate.
{{STEP UPDATE}} Executing Check 5 of 16: Consistency
Traceback (most recent call last):
File "mpw_precheck.py", line 141, in <module>
default_content='_default_content')
File "mpw_precheck.py", line 102, in main
run_precheck_sequence(precheck_config=precheck_config, project_config=project_config)
File "mpw_precheck.py", line 68, in run_precheck_sequence
results[check.__surname__] = check.run()
File "/home/vks/mpw_precheck/check_manager/__init__.py", line 65, in run
defines_file_path=self.precheck_config['caravel_root'] / 'verilog/rtl/defines.v')
File "/home/vks/mpw_precheck/checks/consistency_check/consistency_check.py", line 85, in main
user_netlist_parser = get_netlist_parser(project_config['user_netlist'], project_config['user_module'], project_config['netlist_type'], include_files=include_files, preprocess_define=PREPROCESS_DEFINES)
File "/home/vks/mpw_precheck/checks/consistency_check/parsers/netlist_parser/__init__.py", line 417, in get_netlist_parser
return SpiceParser(netlist, top_module)
File "/home/vks/mpw_precheck/checks/consistency_check/parsers/netlist_parser/__init__.py", line 177, in __init__
self.instances = [instance.name for instance in subcircuit]
File "/home/vks/mpw_precheck/checks/consistency_check/parsers/netlist_parser/__init__.py", line 177, in <listcomp>
self.instances = [instance.name for instance in subcircuit]
AttributeError: 'Comment' object has no attribute 'name'
make: *** [Makefile:130: run-precheck] Error 1
n
Hey vks, I am getting the similar error. Did you fix yours?