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 VTR SDC syntax, how do I disable timing analysis from input/output ports to the LUTs? I only want to do analysis on internal LUT-LUT paths. I checked set_false_path and...

When running remotely from a server from a Mac host, the VTR GUI window size exceeds screen height. The resize option and a few buttons happen to go below the...

Ran `make CMAKE_PARAMS="-DVTR_ENABLE_SANITIZE=ON"` #### Expected Behaviour `make` should have been successful. #### Current Behaviour It fails, spitting the following: ``` Scanning dependencies of target libodin_ii [ 98%] Building CXX object...

#### Expected Behaviour The links ok the Trunk Status and QoR Tracking redirects to http://builds.verilogtorouting.org:8080/waterfall #### Current Behaviour But these seems to be broken or no access given! #### Possible...

The Koios benchmarks have been integrated into the vtr repo, but to have the most impact, we should do two more things: 1. Add a short description (and links to...

#### Proposed Behaviour Modify the vtr_flow scripts to allow running tests multiple times to compensate for variations in runtime on a single machine. #### Current Behaviour Currently, the vtr_flow scripts...

#### Description Enables the logic for eliminating the redundant final buffer in the BLIF output. This is a necessary precursor to InOuts as the extra buffer is not driven by...

Odin
VTR Flow
lang-cpp
tests

#### Expected Behaviour If the proper syntax is in place, it is possible to override the parameters in a seperate model with new values. There are two ways to do...

bug
Odin
Odin Elaboration
Odin AST

#### Expected Behaviour Currently we use `clang-format-7` on Verilog to Routing. [`clang-format` is now up to version 13.](https://clang.llvm.org/docs/ClangFormat.html). clang also helpfully provides precompiled versions of its tools for all major...

#### Description This is the [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/) fixes that @luk036 had in his pull request at https://github.com/verilog-to-routing/vtr-verilog-to-routing/pull/1078 These changes make the code follow closer to best practices around using const std::string...

VPR
Odin
libarchfpga
ABC
libvtrutil
external_libs
libpugiutil