Skip to content

Commit

Permalink
Add complexity for sync case
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed May 14, 2018
1 parent ffca266 commit 0db5445
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions slides/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ <h1 style="font-size: 55px; line-height: 125%; margin-top: 200px;">

## Synchronous Traversal .subslide[(2/3)]

*Breadth-first search on FPGAs*
*Breadth-first search on FPGAs*: a network with diameter *D* requires *O(D)*
clock cycles

<center>
<img class="fdl-slide" src="figures/fdl_slide_15.svg"/>
Expand All @@ -254,7 +255,8 @@ <h1 style="font-size: 55px; line-height: 125%; margin-top: 200px;">

## Synchronous Traversal .subslide[(2/3)]

*Breadth-first search on FPGAs*
*Breadth-first search on FPGAs*: a network with diameter *D* requires *O(D)*
clock cycles

<center>
<img class="fdl-slide" src="figures/fdl_slide_16.svg"/>
Expand All @@ -266,7 +268,8 @@ <h1 style="font-size: 55px; line-height: 125%; margin-top: 200px;">

## Synchronous Traversal .subslide[(2/3)]

*Breadth-first search on FPGAs*
*Breadth-first search on FPGAs*: a network with diameter *D* requires *O(D)*
clock cycles

<center>
<img class="fdl-slide" src="figures/fdl_slide_17.svg"/>
Expand All @@ -278,7 +281,8 @@ <h1 style="font-size: 55px; line-height: 125%; margin-top: 200px;">

## Synchronous Traversal .subslide[(2/3)]

*Breadth-first search on FPGAs*
*Breadth-first search on FPGAs*: a network with diameter *D* requires *O(D)*
clock cycles

<center>
<img class="fdl-slide" src="figures/fdl_slide_18.svg"/>
Expand Down

0 comments on commit 0db5445

Please sign in to comment.