Finished demux again

This commit is contained in:
Greatorex 2022-02-23 15:51:22 +01:00
parent d545221e88
commit 10446c43c8
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ namespace tmpl {
}
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
bool _en, _reset_BX,_reset_BXX[N], _out_v;