schoeberl / chisel-book

Digital Design with Chisel
727 stars 135 forks source link

multi clock memory #59

Open schoeberl opened 6 months ago

schoeberl commented 6 months ago

The multi-clock memory gives a warning with Chisel 5.0.2:

[deprecated] @[src/main/scala/MultiClockMemory.scala 26:21] (3 calls): The clock used to initialize the memory is different than the one used to initialize the port. If this is intentional, please pass the clock explicitly when creating the port. This behavior will be an error in 3.6.0