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

this is the command I ran: `~/vtr-verilog-to-routing/vpr/vpr k4_N4_tileable_40nm.xml xor_cipher.blif --clock_modeling route` vpr_arch is from https://github.com/lnis-uofu/OpenFPGA/blob/master/openfpga_flow/vpr_arch/k4_N4_tileable_40nm.xml it gives error: ``` VPR FPGA Placement and Routing. Version: 8.1.0-dev+f669015f3 Revision: v8.0.0-6941-gf669015f3 Compiled: 2023-02-10T16:13:42...

It appears that Pamys is unable to properly handle multipliers with unequal port widths (25x18, 13x18, etc.) in some situations. #### Current Behavior When dealing with architectures that have multipliers...

When translating a grid location to a compressed grid location, we call std::lower_bound() to find the corresponding compressed location. Assume that we want to translate the grid lcoation (66, 67)...

VPR
lang-cpp

Currently, we pass the number of available moves to the KArmedBanditAgent's constructor to specify which moves are available. This interface assumes that move types have a specific order. This PR...

VPR
libarchfpga
lang-cpp
libvtrutil

### Summary Added the ability to operate the VPR Viewer in server mode and accept and reply to requests from third-party applications (clients) via socket. Change log from iteration 1...

VPR
lang-cpp
infra
build
lang-python
lang-make
lang-shell
external_libs

#### Description When a large number of clustered blocks are fixed, placement takes a very long time. This is because for picking a random block, we exhaust all blocks until...

VPR
libarchfpga
lang-cpp

There are some warnings in the VTR build which can make it challenging to develop since its sometimes hard to tell if they are new or not. Using this issue...

build

Bumps [libs/EXTERNAL/libcatch2](https://github.com/catchorg/Catch2) from `1078e7e` to `fa5a53d`. Commits fa5a53d Explicitly silence Wnon-virtual-dtor in Decomposer and MatchExpr a654e4b Don't include numerically unstable tests in approvals ef71358 Default StringMaker<FloatingPointType>::precision to max_digits10 efb3968 Add...

external_libs
dependencies
submodules

The packing algorithm may infer logical connectivity through high-fanout nets like reset and clock enable, especially in NoC designs. This could lead to atoms from unconnected modules being packed together....

VPR
libarchfpga
lang-cpp
libvtrutil

The VTR developer guide explains how to use gprof to profile vpr/vtr, but not perf. #### Proposed Behaviour We should also document how to run perf and visualize its output....

docs