Skip to content

Commit

Permalink
Update OMPorts.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
mhtwn authored Apr 27, 2020
1 parent ed06bba commit fdda0ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/scala/diplomaticobjectmodel/model/OMPorts.scala
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ object OMPortMaker {
case (AXI4Protocol, AXI4SubProtocol) => "AXI Protocol"
case (AXI4Protocol, AXI4LiteSubProtocol) => "AXI Lite Protocol"
case (APBProtocol, APBSubProtocol) => "APB Protocol"
case (TLProtocol, TL_UHSubProtocol) => "TileLink specification"
case (TLProtocol, TL_ULSubProtocol) => "TileLink specification"
case (TLProtocol, TL_CSubProtocol) => "TileLink specification"
case (TLProtocol, TL_UHSubProtocol) => "TileLink Protocol"
case (TLProtocol, TL_ULSubProtocol) => "TileLink Protocol"
case (TLProtocol, TL_CSubProtocol) => "TileLink Protocol"
case _ => "Invalid Protocol"
}

Expand Down

0 comments on commit fdda0ca

Please sign in to comment.