Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Apr 3, 2021
1 parent 8392b28 commit 8b0df5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocell/src/main/scala/barstools/iocell/chisel/IOCell.scala
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ object IOCell {
* @param name An optional name or name prefix to use for naming IO cells
* @return A Seq of all generated IO cell instances
*/
val toSyncReset: (Reset) => Bool = _.toBool
val toSyncReset: (Reset) => Bool = _.asBool
val toAsyncReset: (Reset) => AsyncReset = _.asAsyncReset
def generateFromSignal[T <: Data, R <: Reset](
coreSignal: T,
Expand Down

0 comments on commit 8b0df5e

Please sign in to comment.