[junctions] messed up the merge lulz
This commit is contained in:
parent
1b53e477fa
commit
d35060b881
@ -83,6 +83,7 @@ object AsyncIrrevocableFrom
|
|||||||
// takes from_source from the 'from' clock domain and puts it into your clock domain
|
// takes from_source from the 'from' clock domain and puts it into your clock domain
|
||||||
def apply[T <: Data](from_clock: Clock, from_reset: Bool, from_source: ReadyValidIO[T], depth: Int = 8, sync: Int = 3): IrrevocableIO[T] = {
|
def apply[T <: Data](from_clock: Clock, from_reset: Bool, from_source: ReadyValidIO[T], depth: Int = 8, sync: Int = 3): IrrevocableIO[T] = {
|
||||||
PostQueueIrrevocablize(AsyncDecoupledFrom(from_clock, from_reset, from_source, depth, sync))
|
PostQueueIrrevocablize(AsyncDecoupledFrom(from_clock, from_reset, from_source, depth, sync))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Because Chisel/FIRRTL does not allow us
|
/** Because Chisel/FIRRTL does not allow us
|
||||||
|
Loading…
Reference in New Issue
Block a user