mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +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) +
|
self.error(self.top_filename + ":" + str(flineno) +
|
||||||
": Unknown CHECK request: " + line)
|
": Unknown CHECK request: " + line)
|
||||||
|
|
||||||
@staticmethod
|
@staticproperty
|
||||||
def cfg_with_ccache() -> bool:
|
def cfg_with_ccache() -> bool: # pylint: disable=no-method-argument
|
||||||
if VlTest._cached_cfg_with_ccache is None:
|
if VlTest._cached_cfg_with_ccache is None:
|
||||||
mkf = VlTest._file_contents_static(os.environ['VERILATOR_ROOT'] +
|
mkf = VlTest._file_contents_static(os.environ['VERILATOR_ROOT'] +
|
||||||
"/include/verilated.mk")
|
"/include/verilated.mk")
|
||||||
|
Loading…
Reference in New Issue
Block a user