Implementing JSON encoder and decoder in pure SystemVerilog
Posted on 07 Jul 2024 in Verification • Tagged with systemverilog • 2 min read
Posted on 07 Jul 2024 in Verification • Tagged with systemverilog • 2 min read
Posted on 14 Jan 2024 in Verification • Tagged with systemverilog • 4 min read
Usually, a programmer uses const ref
for a method argument when they want to show an intention to have read-only variable that isn't a copy of an original one. And this works as a hint perfectly, but what 'constant' guarantees can the simulator actually provide? So, I've started digging...