Skip to content

Commit

Permalink
Remove GenericParameterizedBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Aug 16, 2023
1 parent 8c6bfcb commit 1877c37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package freechips.rocketchip.amba.axi4stream

import chisel3._
import chisel3.util._
import freechips.rocketchip.util.{AsyncBundle, GenericParameterizedBundle}
import freechips.rocketchip.util.{AsyncBundle}

/**
* Base class for all AXI4Stream bundles
* @param params Bundle parameters
*/
abstract class AXI4StreamBundleBase(params: AXI4StreamBundleParameters) extends GenericParameterizedBundle(params)
abstract class AXI4StreamBundleBase(val params: AXI4StreamBundleParameters) extends Bundle

/**
* All fields of the AXI4 Stream interface except ready and valid
Expand Down

0 comments on commit 1877c37

Please sign in to comment.