Home
last modified time | relevance | path

Searched refs:srst_polarity (Results 1 – 2 of 2) sorted by relevance

/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Drtlil.cc2796 RTLIL::Const srst_value, bool clk_polarity, bool srst_polarity, const std::string &src) in addSdff() argument
2800 cell->parameters[ID::SRST_POLARITY] = srst_polarity; in addSdff()
2812 …RTLIL::Const srst_value, bool clk_polarity, bool en_polarity, bool srst_polarity, const std::strin… in addSdffe() argument
2817 cell->parameters[ID::SRST_POLARITY] = srst_polarity; in addSdffe()
2830 …RTLIL::Const srst_value, bool clk_polarity, bool en_polarity, bool srst_polarity, const std::strin… in addSdffce() argument
2835 cell->parameters[ID::SRST_POLARITY] = srst_polarity; in addSdffce()
3013 bool srst_value, bool clk_polarity, bool srst_polarity, const std::string &src) in addSdffGate() argument
3015 …l = addCell(name, stringf("$_SDFF_%c%c%c_", clk_polarity ? 'P' : 'N', srst_polarity ? 'P' : 'N', s… in addSdffGate()
3025 bool srst_value, bool clk_polarity, bool en_polarity, bool srst_polarity, const std::string &src) in addSdffeGate() argument
3027 … addCell(name, stringf("$_SDFFE_%c%c%c%c_", clk_polarity ? 'P' : 'N', srst_polarity ? 'P' : 'N', s… in addSdffeGate()
[all …]
H A Drtlil.h1321 …gSpec &sig_q, RTLIL::Const srst_value, bool clk_polarity = true, bool srst_polarity = true, const …
1322 …t srst_value, bool clk_polarity = true, bool en_polarity = true, bool srst_polarity = true, const …
1323 …t srst_value, bool clk_polarity = true, bool en_polarity = true, bool srst_polarity = true, const …
1363 …bool srst_value = false, bool clk_polarity = true, bool srst_polarity = true, const std::string &s…
1365 …bool srst_value = false, bool clk_polarity = true, bool en_polarity = true, bool srst_polarity = t…
1367 …bool srst_value = false, bool clk_polarity = true, bool en_polarity = true, bool srst_polarity = t…