chisel-tutorial
chisel-tutorial copied to clipboard
how to read a text file whose contents represents an array in testcase
trafficstars
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?