FAQ: Why aren't boolean and 1 bit unsigned integers treated as the same data type?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur FPGA, ASIC, and SoC Development dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
