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

Related to PR #2084 Lists such as the ones vpr/src/base/vtr_types.cpp (line 236) might be better implemented as std::lists. Refer to https://github.com/verilog-to-routing/vtr-verilog-to-routing/pull/2084#discussion_r915061111

Related to PR #2084 Change the C arrays in vpr/pack that get delete[] called on them to C++ vectors. > Using delete[] indicates that this is some sort of array...

#### Current Behavior For some reason, when an interconnect is specified between a wire and a wire with an arch_wire_switch of type short there are some cases when unspecified interconnect...

#### Proposed Behaviour The following is a list of functionality that would need to be supported in VTR in order to obtain an approximate capture of the Xilinx architecture: -...

#### Description This PR allows a user to specify a switch_override within the wireconn of a custom SB. The given switch will be used to override the wire_switch of the...

VPR
libarchfpga

This PR contains some general fixes #### Description The PR fixes build errors when `VERBOSE` is defined. It also fixes VPR ignoring netlist verbosity commandline option. #### Related Issue ####...

VPR
infra
build
lang-make

Hi to everyone. I am trying to build my own fpga architecture and I was able to make it work for a small design which contained just a multiplier and...

When I uncomment VERBOSE flag in "vpr_types.h", I can't build VPR. It seems the problem is mainly related to some parts of the placement code. I had to comment the...

#### Description Doc update only, update FASM specification url in README #### Related Issue #### Motivation and Context Improve documentation #### How Has This Been Tested? #### Types of changes...

docs

#### Description This PR adds an example of an approximate capture of the Xilinx architecture to VTR. #### Motivation and Context Several recent changes to VTR remain to be tested...