Home
last modified time | relevance | path

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

/dports/cad/yosys/yosys-yosys-0.12/techlibs/common/
H A Dsimlib.v1730 wire [WIDTH-1:0] pos_clr = CLR_POLARITY ? CLR : ~CLR; net
1736 if (pos_clr[i])
1816 wire [WIDTH-1:0] pos_clr = CLR_POLARITY ? CLR : ~CLR; net
1821 always @(posedge pos_set[i], posedge pos_clr[i], posedge pos_clk)
1822 if (pos_clr[i])
1849 wire [WIDTH-1:0] pos_clr = CLR_POLARITY ? CLR : ~CLR; net
1854 always @(posedge pos_set[i], posedge pos_clr[i], posedge pos_clk)
1855 if (pos_clr[i])
2097 wire [WIDTH-1:0] pos_clr = CLR_POLARITY ? CLR : ~CLR; net
2103 if (pos_clr[i])