M
Mike Treseler
Guest
rickman wrote:
My point was that these LUTs are pennies in my pocket.
I like to break down large state enumerations
into a smaller state register and a separate
counter or shifter register, for example.
This sometimes allows high-level simplifications
that might not be obvious otherwise.
But this would be another thread,
and I think we've done it before
-- Mike Treseler
I understand that.But LUT usage is what this is about.
My point was that these LUTs are pennies in my pocket.
Exactly.But of course, this depends on the logic being coded.
I like to break down large state enumerations
into a smaller state register and a separate
counter or shifter register, for example.
This sometimes allows high-level simplifications
that might not be obvious otherwise.
I like to keep my output and state registers separate.The argument that '0' is a better choice than '1'
would have to be one of style.
For a 4 bit decode on a FPGA, a sum of products in not needed.
Yes, but this is potentially just a part of an output specification.
Otherwise why bother even thinking about it.
But this would be another thread,
and I think we've done it before
-- Mike Treseler