Evgenii Liventsev
Evgenii Liventsev
To use `Cat(x,y)` and `Fill(x,y)` one need to `import chisel3.utils._` besides `import chisel3._` It's demonstrated in examples so it's not critical issue but I believe it should be stated in...
Section 5.1 of tutorial describes `Fill()`, `>>` and ` y ; wz = wx - minVal(y) ``` They are also correctly described in Chisel CheatSheet for Chisel 2.2 (with definition...
I believe there is incorrect description of single port memory in Chisel Tutorial 3.0 (beta) Currently it looks like two port memory that can't read and write at the same...