bu-icsg / dana

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

Add Checking that Neural Network Configuration Format is Valid #15

Closed seldridge closed 8 years ago

seldridge commented 8 years ago

There is currently no checking to see that an input neural network configuration format meets the built elements per block parameter of DANA. DANA will likely error out complaining that a PE saw an assignment with the same input and output address, however, this doesn't address the underlying problem.

Add in support either at the Cache or AsidNnidTableWalker level.