initialization - Way to initialize synthesizable 2D array with constant values in Verilog - Stack Ov

initialization - Way to initialize synthesizable 2D array with constant values in Verilog - Stack Ov

瀏覽:1358
日期:2025-06-08
in VHDL, I can easily do this: constant cmdbytes : bytearray(0 to Total) := (x"05", x"00", x...}; I want synthesizable constants so that when the FPGA starts, this array has ......看更多