vtr-verilog-to-routing icon indicating copy to clipboard operation
vtr-verilog-to-routing copied to clipboard

Verilog to Routing -- Open Source CAD Flow for FPGA Research

Results 279 vtr-verilog-to-routing issues
Sort by recently updated
recently updated
newest added

In this PR, the graphic is updated to not crash when run-flat is used. This PR **doesn't** show the routing inside cluster, but the user can still interact with the...

VPR
libarchfpga
lang-cpp

Code dump for paper version currently. TODO: write better PR desc

VPR
lang-cpp

On VTR master commit 9479f9d3685564a8ad97448f67bd99883fdcf6f9 When running the below command: ```bash $VTR_ROOT/vpr/vpr \ $VTR_ROOT/vtr_flow/arch/titan/stratixiv_arch.timing.xml \ $VTR_ROOT/vtr_flow/benchmarks/blif/alu4.blif \ --seed 55000 --route_chan_width 300 \ --write_rr_graph rr_graph.xml \ ``` The current output XML...

When running the ch_intrinsics and diffeq2 benchmarks through the flow on the Xilinx 7 series I am getting a ``Command terminated by signal 8`` error on a channel width of...

We might get faster router convergence if the first router iteration paid some attention to routing congestion (both the cost of wiring and any congestion caused by earlier nets). ####...

1. Quickstart now shows how to build for use with ODIN II 2. Updated basic design flow tutorial to remove redundant instructions to run ``parse_vtr_task.py`` 3. Changed version of black...

docs
external_libs
Parmys

#### Description This pull request is aimed to fix the warnings in ODIN II and blifexplorer. #### Related Issue https://github.com/verilog-to-routing/vtr-verilog-to-routing/issues/2295 #### Motivation and Context #### How Has This Been Tested?...

Odin
lang-cpp
external_libs
blifexplorer

While following the VTR quick start guide, I faced several issues that cannot be resolved by only reading the quick start guide's instructions. #### Issues encountered: - [ ] `make...

VTR Flow
docs

Suppressed the Bison deprecation warnings for SDCParse and BlifParse since the fix for the deprecation requires Bison 3.3, but the current minimum version of Bison is 3.0 Some development machines...

lang-make
external_libs

To prevent warnings from showing up in the build in the future, made the CI error on any warnings during the regression tests. It looks like VPR originally had the...

infra
lang-make
external_libs