-
hi @poname, I am trying to update the VTR quick start guide to use parmys (replacing ODIN II). I am trying to find the equivalent commands to generate the blif file by running parmys outside of the fu…
-
### Bug Summary
```
Crash Report:
App version: 1.8.5 (1085)
Git Commit Hash: e40633fc5d79b8ade20c093a4b4f5a62bb50af24
Package name: player.phonograph.plus
Release favor: legacyStable…
-
The System Verilog support is broken as it requires enabling `YOSYS_F4PGA_PLUGINS` and doing so gets a compilation error as follows:
`vtr-verilog-to-routing/libs/EXTERNAL/yosys-f4pga-plugins/system…
-
Program sample:
```cpp
#include
#include
#include
#include
#include
#include "libical/ical.h"
#include
#include
int main() {
std::string content;
{
std::ifstream myfile…
-
We have a mix of new/delete and malloc/free in the vpr code base. This is dangerous as someone might free something created with new, or delete something created with malloc.
#### Proposed Behavio…
-
VTR is used a lot in the description field but this in-crowd lingo isn't very friendly to new users. Video Tape Recorder or a more casual terminology should be used instead.
ablwr updated
6 years ago
-
Hello,
I'm experiencing some issues with the May 3, 2024, 10:38:17 GUI release, they are as follows:
1. During playback no image appears in the capture window, which states "no signal." Second, …
-
```
Hello,
I was trying to run one of the benchmarks(sha) for power with visual studio. I
ran ace separately and generated the activity file. But somehow the activity
file is generating more signals…
-
I'm going to work on running VTR from edalize, and will track progress here.
- [x] Arch, channel width (#271)
- [ ] Design: including multiple files
- [ ] Flow: Odin or Odin plus Yosys, bitstrea…
-
Various PRs have shown formatting changes to break long multi-lines. I think make format should do this automatically; this issue is to see if we have a missing rule in autoformat, or even worse, if …