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

#### Description Modified the Developer Guide to give a basic tutorial for how to (1) run testers and (2) create unit tests, including a simple example. #### Motivation and Context...

docs

We'd like to change the [Synthesizing with Odin II](https://docs.verilogtorouting.org/en/latest/quickstart/#synthesizing-with-odin-ii:~:text=targetted%20FPGA%20architecture.-,Synthesizing%20with%20ODIN%20II,%C2%B6,-First%20we%E2%80%99ll%20run) section in the Quick Start guide to use a Parmys example instead. @navidjafarof and @amirarjmand93 , how would we be able...

This PR enhances the supoort for 3D placement constraints to allow the user to specify a layer range for each floorplanning constraint. #### [Related Issue](https://github.com/verilog-to-routing/vtr-verilog-to-routing/issues/2587) #### Motivation and Context Each...

VPR
libarchfpga
lang-cpp
libvtrutil

The generation of the wire lookahead map appears to check that each segment type defined in the architecture file has a sample node for both CHANX and CHANY routing node...

I have found while working on the parallel connection router that there exists situations where the precision of the cost terms is too low and is causing problems. I have...

#### Description This update brings Yosys to the latest version, 0.42, which includes several bug fixes, performance improvements, and new features that enhance the synthesis capabilities of our flow. Notable...

lang-cpp
lang-python
lang-make
lang-hdl
lang-shell
Parmys

#### Description #### Related Issue #### Motivation and Context #### How Has This Been Tested? #### Types of changes - [ ] Bug fix (change which fixes an issue) -...

docs

This PR addresses the Issue #2611

VPR
lang-cpp

As described in this blog post, GitHub Actions are transitioning from Node16 to Node20: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ All of the CI tests that are running on the GitHub-hosted runners has been moved...

Upgraded the self-hosted runners actions to their most recent versions. Specifically, the upload-artifact action will fully deprecate soon and needs to be upgraded. These upgrades require Node 20 to work....

infra