-
### Version
Yosys 0.45 (git sha1 9ed031ddd588442f22be13ce608547a5809b62f0, g++ 13.3.0 -fPIC -O3)
### On which OS did this happen?
Linux
### Reproduction Steps
Create any `design.v` file containin…
-
-
Can you explain in detail how the latency lookup table (LUT) is created? Is there any corresponding code
-
The ALU writeup in doc folder is very interesting but does not seem match reality... In ALU mode, there seem to be only 3 inputs (I1, I2 and I3), unlike the documented A,B,C and D...
The lack of …
-
Hi,
Thanks for your work.
I tried to do inference on a custom dataset of x4 SR from (750,1000) to (3000,4000), using the following commands.
python resample/eval_lut_sr.py --testDir data/rrBenchm…
-
Instead of generating large switch statements I suggest this macro adds a lut attribute for fields which allows generating lookup tables for O(1) access at runtime:
```rust
table_enum! {
enum…
-
Thanks for the script! Very useful reference!
I don't have access to Matlab, so over the weekend I translated the core functions to send and read usb commands to SpyderX into Python, along with a b…
-
In this example with levels set to be between 0 and 100,000 units, I expect the image to retain those limits depending on the value of each pixel of the image. So the color for value 10,000 should al…
-
**Kernel:** 6.8.7 with patches from CachyOS, TKG, Gentoo and RT
**Distro:** Artix
**PKGBUILD:** https://github.com/Frogging-Family/gamescope-git
**Commands:**
`gamescope -r 168 -w 2064 -h 864 --F …
-
If anyone is interested, I created this AutoHotkey script to easily apply and test these LUT transformation curves realtime without need of profile usage/creation and with ability to dynamically chang…