pulp-platform / cheshire

A minimal Linux-capable 64-bit RISC-V SoC built around CVA6
Other
190 stars 42 forks source link

hw: Fix widths of `doub_bt` parameter literals #132

Closed paulsc96 closed 3 months ago

paulsc96 commented 3 months ago

Unsized integer literals are guaranteed at most to be 32 bits wide, so any literals that must be guaranteed to be wider need an explicit width.