fixed demux bit 7 test and added note to primitives
This commit is contained in:
@ -863,7 +863,8 @@ defproc slice_data(avMx1of2<N> in; avMx1of2<std::min(N1,N)-std::max(N0,0)> out;
|
||||
|
||||
}
|
||||
|
||||
|
||||
// this is a wrapper for the demux, such that the condition bit is absorbed into the data
|
||||
// and demux msb is just defaulting it to the msb
|
||||
export template<pint N; pint CONDITION_BIT>
|
||||
defproc demux_bit (avMx1of2<N+1> in; avMx1of2<N> out1; avMx1of2<N> out2; bool? reset_B; power supply)
|
||||
{
|
||||
|
Reference in New Issue
Block a user