Max Korbel
@maxkorbel.bsky.social
Pretty nice! I guess the `sliding_window` infers the `N` to keep based on what it's zipped with?
I tried to sketch something similar in ROHD to compare. Leveraged the `ShiftRegister` from the library, had to put explicit `clk` and explicit `depth`, and don't have a nice extension (yet?) for `sum`.
I tried to sketch something similar in ROHD to compare. Leveraged the `ShiftRegister` from the library, had to put explicit `clk` and explicit `depth`, and don't have a nice extension (yet?) for `sum`.
July 6, 2025 at 5:57 AM
Pretty nice! I guess the `sliding_window` infers the `N` to keep based on what it's zipped with?
I tried to sketch something similar in ROHD to compare. Leveraged the `ShiftRegister` from the library, had to put explicit `clk` and explicit `depth`, and don't have a nice extension (yet?) for `sum`.
I tried to sketch something similar in ROHD to compare. Leveraged the `ShiftRegister` from the library, had to put explicit `clk` and explicit `depth`, and don't have a nice extension (yet?) for `sum`.