-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37c2aa4
commit 8dc1e92
Showing
2 changed files
with
57 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,47 @@ | ||
--- | ||
title: Verilog to Routing (VTR) | ||
description: Open-source CAD tools for FPGA architecture and CAD research | ||
description: Open Source CAD Flow for FPGA Research | ||
authors: [] | ||
links: | ||
web: https://verilogtorouting.org | ||
gh: verilog-to-routing/vtr-verilog-to-routing | ||
categories: [ | ||
"Frameworks", | ||
"Tools", | ||
"Tools:PnRs", | ||
"Tools:Synthesizers" | ||
] | ||
tags: [ | ||
"synthesis", | ||
"packing", | ||
"placement", | ||
"routing", | ||
"sta", | ||
"verilog", | ||
"odin", | ||
"ABC", | ||
"VPR", | ||
"FASM", | ||
] | ||
active: | ||
from: 2011 | ||
licenses: [ | ||
"MIT" | ||
] | ||
talk: 123 | ||
--- | ||
|
||
This is a long description... | ||
<!--more--> | ||
... about VTR. | ||
*"The Verilog-to-Routing (VTR) project is a world-wide collaborative effort to provide a open-source framework for conducting FPGA architecture and CAD research and development. The VTR design flow takes as input a Verilog description of a digital circuit, and a description of the target FPGA architecture."* | ||
|
||
It performs: | ||
* Elaboration & Synthesis (ODIN II) | ||
* Logic Optimization & Technology Mapping (ABC) | ||
* Packing, Placement, Routing & Timing Analysis (VPR) | ||
|
||
*"to generate FPGA speed and area results. \[...\] VTR can also produce FASM to program some commercial FPGAs (via Symbiflow)."* | ||
|
||
References: | ||
|
||
- [Versatile Place and Route]({{< ref "/items/vpr" >}} "Versatile Place and Route") | ||
- [SymbiFlow]({{< ref "/items/symbiflow" >}} "SymbiFlow") | ||
- [FASM]({{< ref "/items/fasm" >}} "FASM") |