pulp-platform / cheshire

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

hw: Add missing cast in ambiguous default expression #147

Closed phsauter closed 1 week ago

phsauter commented 1 month ago

Slang says: error: assignment pattern target type cannot be deduced in this context

According to the spec chapter 6.24.1 the parenthesis around the expression to be casted are necessary. This fixes the slang error.