P
Pieter
Guest
In a project I saw the following code:
name : in std_logic_vector(num_rams(g_resize_num) - 1 downto 0); with
g_resize_num = 1.
Now I wanna now what the meaning is of num_rams(g_resize_num). Is this
some kind of constant
in a constant or what is the meaning of this? I searched already on
the web, but I didn't found anything
because I also don't now what to search for. Hope someone can help me.
name : in std_logic_vector(num_rams(g_resize_num) - 1 downto 0); with
g_resize_num = 1.
Now I wanna now what the meaning is of num_rams(g_resize_num). Is this
some kind of constant
in a constant or what is the meaning of this? I searched already on
the web, but I didn't found anything
because I also don't now what to search for. Hope someone can help me.