Chen

Results 214 comments of Chen

FWIW, I wrote a Bundle with DataView to convert AXI4 bundle (from rocket chip) to standard names: ```scala // use standard names class StandardAXI4Bundle( val addrBits: Int, val dataBits: Int,...

> > FWIW, I wrote a Bundle with DataView to convert AXI4 bundle (from rocket chip) to standard names: > > Cool. Is that code licensed under Apache 2.0 ?...

We need document explaining how and where to integrate these modules into custom crypto designs.

Any progress? I am currently copying the whole rocket chip utils package to my own project, but I hope this can be builtin.

Maybe publish them to a local ivy2 repo and copy the files around?

K210 support was dropped due to its old spec version and hardware errata.

Thanks for thorough review from @AlexanderAmelkin. I will fix them ASAP.

I got caught up in things recently, will continue to work on this later.

Yes, thanks very much! Contributions are welcomed via Pull Requests!