Skip to content

Commit

Permalink
merge PR #73
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengyang He committed Apr 13, 2024
1 parent b41197c commit d08a02e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noc/networking/pcie/pcie.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ func (c *Connector) WithBandwidth(bytePerSecond uint64) *Connector {
panic("flit size is 0")
}

c.connector = c.connector.WithFlitSize(c.flitByteSize)

return c
}

Expand Down

0 comments on commit d08a02e

Please sign in to comment.