Komorebi

Results 5 comments of Komorebi

I can build on macos 12. But the direct install isn't working, I have to manually copy all the binaries to the desired folder.

``` class nSram(addrWidth: Int, dataWidth: Int) extends BlackBox { val io = new Bundle { val clk = in Bool () val ramIO = slave(sramIO(addrWidth, dataWidth)) } addGeneric("DW", dataWidth) addGeneric("AW",...

I also want to say thanks to the author. For the continual upgrade of this amazing tool

I came across this issue sometimes. But can't find a certain way to reproduce it.