Justin Wagner

Results 4 issues of Justin Wagner

We are importing the DPI-C "getenv" function in our verilog code to be able to grab some environment variables at runtime, and an unnecessary warning is generated by `tests/unit/test_verilog_parser.py` https://github.com/VUnit/vunit/blob/master/tests/unit/test_verilog_parser.py#L180...

Enhancement
SystemVerilog
CoSim

The time definitions that were previously only in marquee.ino have been moved to Time.h, and we were doing an implicit String -> char* conversion which isn't recommended, so this makes...

I am looking to implement a reservation system application on top of Redis using RedisJSON and RediSearch, and one of the key features is the ability to: - perform complex...

question

This should ensure that only the config key we care about is updated, and not every other config that the user has set. As mentioned in https://github.com/joedevivo/vscode-circuitpython/issues/105 I am NOT...