Zero Packed Or Unpacked Array Dimensions Problems - Intel...
And this is my code (I apologize for its length, but you can ignore what is in the concatenation operator) module ROM_sin ( input clk, rst, input [10:0] addr, output reg [11:0] data ); reg [10:0] temp;