Joshua Einstein-Curtis
Joshua Einstein-Curtis
Note that Verilog doesn't really support a string type natively. SystemVerilog does.
Here's what I'm getting from the standard: unconstrained array types are allowed as long as the length can be determined by the actual/initializer. Otherwise it is necessary to have a...
I'm find only allowing constrained strings-- but I'm finding Std 1076, 2000 Edition, section 13.7. I think you're correct except for some special, procedure cases. (ie procedure read_file)
This is my issue as well -- I'm seeing how I could setup some sort of vouch-proxy that updates the headers per user, use independent oauth2 tokens, or share a...
Same issue with the latest miniconda 3 using `conda 4.10.3` on a petalinux install that I'm using, with the miniconda installer from `https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh`. I was able to solve it by...
... > now, when I replace the file `/opt/conda/lib/libcrypto.so.1.1` with the system library located at `/usr/lib64/libcrypto.so.1.1` by doing a simple mv `mv /usr/lib64/libcrypto.so.1.1 /opt/conda/lib/libcrypto.so.1.1` ... Doing a `mv` vs a...
I'm in to help with this. I'd really rather not have two tools installed unless it really becomes needed.
Ditto on this -- I've been unable to easily find good UDP protocols, and it really would be nice to have something that isn't custom every time for embedded real-time...
Same issue, just to report it. It looks like the j:set var="msg" block creates a commented out span, and not what the code is expecting.
I must admit to not being a fan of this by default. Would this be indented with reference to the current indent level, or only if not indented?