我在SystemVerilog中看到一个代码如下:
if(address[2*pointer+:2]) do_something;
我应该如何理解+:索引此向量的时间?
+:
我发现它被称为位切片,但我无法找到它的解释.
system-verilog
system-verilog ×1