ucb-bar / chisel-tutorial

chisel tutorial exercises and answers
Other
696 stars 197 forks source link

how to read a text file whose contents represents an array in testcase #147

Open botaichang opened 5 years ago

botaichang commented 5 years ago

I want to write a testcase for matrix mul, the inputs of it is a big matrix written in a text file. How should i read this file into the testcase?