chipsalliance / firrtl-spec

The specification for the FIRRTL language
38 stars 27 forks source link

[minor] Add Property primitive operation for integer shift right. #176

Closed mikeurbach closed 6 months ago

mikeurbach commented 6 months ago

This adds the integer shift right operation to the Integer Arithmetic section and list of primitive operations in the grammar. This is defined as signed arithmetic shift right, as opposed to logical shift right, using similar language to the dshr operation.