mirror of
https://github.com/verilator/verilator.git
synced 2025-04-04 19:52:39 +00:00
Properly skip t_ccache_report when no ccache (#5562)
This commit is contained in:
parent
83081aaefc
commit
81ee89de15
@ -2404,8 +2404,8 @@ class VlTest:
|
||||
self.error(self.top_filename + ":" + str(flineno) +
|
||||
": Unknown CHECK request: " + line)
|
||||
|
||||
@staticmethod
|
||||
def cfg_with_ccache() -> bool:
|
||||
@staticproperty
|
||||
def cfg_with_ccache() -> bool: # pylint: disable=no-method-argument
|
||||
if VlTest._cached_cfg_with_ccache is None:
|
||||
mkf = VlTest._file_contents_static(os.environ['VERILATOR_ROOT'] +
|
||||
"/include/verilated.mk")
|
||||
|
Loading…
Reference in New Issue
Block a user