FAQ: Why aren't boolean and 1 bit unsigned integers treated as the same data type?
Mostrar comentarios más antiguos
Variables and signals of the boolean data type (called logical in MATLAB) only represent the values 0 and 1.
Variables and signals that are 1 bit unsigned integers also represent only the values 0 and 1.
Furthermore, variables and signals of both types can be represented on ASICs and FPGAs with just one bit.
So why aren't these treated as the same data type?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre FPGA, ASIC, and SoC Development en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
