Block a user
Problem with sampler on Kasli-Soc
Tested another Kasli-SoC, can confirm the issue persists for 2&3, 4&5, 6&7 EEM ports.
Problem with sampler on Kasli-Soc
We came across similar issue during our tests, but we need further investigation, as there were issues with EEM6&7 ports too. The system consists of Kasli-Soc, SMA-TTL and Zotino. Here is our…
Fix failure on commands ending on whitespace
Some commands have trailing-whitespace handling initially, some - don't. So probably it worths removing these in commands that have it
Fix failure on commands ending on whitespace
Before this PR, there was an indiscriminative difference between each command, so for some of the commands this test would pass, while other commands would be obviously wrong. And leaving this…