@@ -6,7 +6,7 @@ The Verilog to Routing (VTR) project provides open-source CAD tools for FPGA arc
66
77<figure style =" float :right " >
88 <img src='/img/vpr_placement.png' alt='VPR Placement' width="350px" />
9- <figcaption>VPR: Placement</figcaption>
9+ <figcaption>Device Floorplan & Placement</figcaption>
1010</figure >
1111
1212Open source CAD tools enable the investigation of new FPGA architectures and CAD algorithms, which are not possible with closed-source tools.
@@ -30,8 +30,26 @@ VTR is flexible and can taget a wide range of hypothetical, commercial-like and
3030
3131For more information see the [ documentation] ( https://docs.verilogtorouting.org ) .
3232
33- <figure style =" float :right " >
34- <img src="/img/vpr_routing_utilization.png" width="400px" alt="Routing Utilization"/>
35- <figcaption>VPR: Routing Utilization</figcaption>
33+ <figure style =" width :100% " >
34+ <figcaption>VPR Optimization: Placement & Routing</figcaption>
35+ <div class="grid-container">
36+ <div style="grid-row-start: 1; grid-row-end: 2; grid-column-start: 1; grid-column-end: 2;">
37+ <video autoplay loop muted playsinline width="250">
38+ <source src="img/neuron_placement_macros.mp4" type="video/mp4"/>
39+ </video>
40+ <figcaption>Placement</figcaption>
41+ </div>
42+ <div style="grid-row-start: 1; grid-row-end: 2; grid-column-start: 2; grid-column-end: 3;">
43+ <video autoplay loop muted playsinline width="250">
44+ <source src="img/neuron_nets.mp4" type="video/mp4"/>
45+ </video>
46+ <figcaption>Logical Connections</figcaption>
47+ </div>
48+ <div style="grid-row-start: 1; grid-row-end: 2; grid-column-start: 3; grid-column-end: 4;">
49+ <video autoplay loop muted playsinline width="250">
50+ <source src="img/neuron_routing_util.mp4" type="video/mp4"/>
51+ </video>
52+ <figcaption>Routing Utilization</figcaption>
53+ </div>
54+ </div>
3655</figure >
37-
0 commit comments