Finished demux again
This commit is contained in:
parent
d545221e88
commit
10446c43c8
|
@ -151,7 +151,7 @@ namespace tmpl {
|
||||||
}
|
}
|
||||||
|
|
||||||
export template<pint N>
|
export template<pint N>
|
||||||
defproc demux (avMx1of2<N> in; avMx1of2<N> out1; avMx1of2<N> out2; bool? reset_B; power supply) {
|
defproc demux (avMx1of2<N> in; avMx1of2<N> out1; avMx1of2<N> out2; bool? reset_B, c_t, c_f; power supply) {
|
||||||
//control
|
//control
|
||||||
bool _en, _reset_BX,_reset_BXX[N], _out_v;
|
bool _en, _reset_BX,_reset_BXX[N], _out_v;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue