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

Currently VPR when provided with [a SymbiFlow Architecture Definitions](https://github.com/SymbiFlow/symbiflow-arch-defs) [generated architecture for the Xilinx Series 7 architecture](https://symbiflow-examples.readthedocs.io/en/latest/getting-symbiflow.html) currently produces a lot of warnings like; ``` 08:36:49 | Loading Architecture Description...

#### Description Work in progress follow up to PR #1786 that added the ability for the user to specify detailed routing for designs with different horizontal and vertical channel widths....

VPR

This turned out to be needed with a different std::sort algorithm. Signed-off-by: Henner Zeller

VPR

Right now when we fail a QoR check in CI due to an expected QoR change, the developer needs to rerun the test on his/her machine and run parse_vtr_task.py --create_golden...

#### Proposed Behaviour Fully modularize the each engine of VTR. #### Current Behaviour There are global variables used in many functions. #### Possible Solution Remove the use of global variables...

#### Expected Behaviour I would expect that the provided .xml architecture definitions should work? #### Current Behaviour ``` /usr/bin/env time -v /home/az2lou/Code/vtr-verilog-to-routing/vpr/vpr xc6vlx240tff1156.xml add8 --circuit_file add8.pre-vpr.blif --route_chan_width 20 --max_router_iterations 150...

The code inside the _**_VERBOSE_**_ guard is deprecated and isn't tested in any of the CI tests. #### Expected Behaviour The VERBOSE guarded code is one of the debugging aid...

I'm about to add Verilog-to-Routing to the container collection in [hdl/containers](https://github.com/hdl/containers) (gcr.io/hdl-containers, ghcr.io/hdl, docker.io/hdlc). As commented in hdl/containers#38, there are some issues which I'm unsure about: > * [x] Should...

We have nice new rr-graph APIs, so we should auto-generate API documentation on them. #### Proposed Behaviour New RRGraphView and RRGraphBuilder tabs on the vtr api tab in read the...

#### Expected Behaviour the run_vtr_flow.py get a parameter track_memory_usage and it decides whether to track memory. #### Current Behaviour this parameter has not be inputed in vtr command #### Possible...