NullMoogleCable has quit [Ping timeout: 268 seconds]
Bike has quit [Quit: leaving]
<promach>
nmz787_: hi
wallacoloo has quit [Quit: wallacoloo]
<nmz787_>
hi promach
<promach>
how to directly relate equality comparison to high fan-in NOR ?
<nmz787_>
my reasoning is less transistors for the number of bits you need to NOR, means less wires, means less constraints for routing those traces (fan in)
<nmz787_>
reduces the 'ratsnest' in PCB terms
<promach>
how is that "routing ratnest" related to equality comparison
<promach>
?
<nmz787_>
it is related to fan-in
<promach>
fan-in is how much input a gate can take, right ?
<nmz787_>
and likely the structure of NOR in static, maybe cascaded or something... so I'd infer from that comment on the forum, that you have less delay with dynamic logic in this case
<nmz787_>
as far as I understand, fan-in is the opposite of fan-out
<promach>
faster with dynamic logic
<promach>
fan-out is how much output a gate can drive