Create a Bits hardware literal, from a string de
Create a Bits hardware literal, from a string de
Create an Bits hardware literal.
Create an Bits hardware literal.
Bit count is inferred from the widest assignment statement after construction.
Create an hardware literal from string literal definition.
Create an hardware literal from string literal definition.
myUInt := U"0000_0101" // Base per default is binary => 5 myUInt := U"h1A" // Base could be x (base 16) // h (base 16) // d (base 10) // o (base 8) // b (base 2) myUInt := U"8'h1A"
Create an hardware literal from a Scala BigInt with a given width
Create an hardware literal from a Scala BigInt with a given width
Create an hardware literal from a Scala BigInt
Create an hardware literal from a Scala BigInt
Create an hardware literal from a Scala Long with a given width
Create an hardware literal from a Scala Long with a given width
Create an hardware literal from a Scala Long
Create an hardware literal from a Scala Long
Create an hardware literal from a Scala Int with a given width
Create an hardware literal from a Scala Int with a given width
Create an hardware literal from a Scala Int
Create an hardware literal from a Scala Int
(Since version ) see corresponding Javadoc for more information.
Used to create a new Bits or cast to Bits