bu-icsg / dana

Dynamically Allocated Neural Network Accelerator for the RISC-V Rocket Microprocessor in Chisel
Other
203 stars 36 forks source link

Wrap TID at 2^(tidWidth-1)-1 #29

Closed seldridge closed 8 years ago

seldridge commented 8 years ago

This ensures that valid TIDs are "positive" and will never return a value with their MSB set.

Fixes #28.