Searched refs:toBool (Results 1 - 11 of 11) sorted by relevance

/gem5/ext/dsent/model/electrical/
H A DOR.cc72 bool bit_duplicate = getParameter("BitDuplicate").toBool();
205 bool bit_duplicate = getParameter("BitDuplicate").toBool();
H A DMultiplexer.cc72 bool is_top_level = getParameter("IsTopLevel").toBool();
279 bool is_top_level = getParameter("IsTopLevel").toBool();
H A DSeparableAllocator.cc69 bool is_requester_first = getParameter("IsRequesterFirst").toBool();
202 bool is_requester_first = getParameter("IsRequesterFirst").toBool();
H A DMultiplexerCrossbar.cc74 bool bit_duplicate = getParameter("BitDuplicate").toBool();
H A DRepeatedLink.cc160 bool isKeepParity = getProperty("IsKeepParity").toBool();
/gem5/src/python/m5/util/
H A Dsmartdict.py64 return toBool(str(self))
H A Dconvert.py143 def toBool(value): function
/gem5/ext/dsent/libutil/
H A DString.cc283 bool String::toBool() const function in class:LibUtil::String
H A DString.h85 bool toBool() const;
/gem5/ext/dsent/
H A DDSENT.cc162 params.at("IsPerformTimingOptimization").toBool())
/gem5/src/python/m5/
H A Dparams.py895 self.value = convert.toBool(value)

Completed in 26 milliseconds