fixed demux td 2 unit test and added note to prims

This commit is contained in:
alexmadison
2023-11-21 09:46:56 +01:00
parent 6eb91b72e0
commit e412faf459
3 changed files with 13 additions and 11 deletions

View File

@ -393,6 +393,8 @@ namespace tmpl {
// WARNING WARNING WARNING
// With a False CONDITION_SIGN, this is wrong.
// the c.t/f just need to be swapped, not inverted!!!
// @TODO self explanatory
// also note this is not used in the final texel chip
defproc demux_td (avMx1of2<N> in; avMx1of2<N> out; a1of1 token; bool? reset_B; avMx1of2<1> cond; power supply) {
//control
bool _en, _reset_BX,_reset_BXX[N], _out_v, _in_c_v_, _reset_BXt;