J
Joe Lawrence
Guest
I've got a beginner question concerning instantiating RAM inside a
Spartan II XC2S50 using WebPack. When attempting something like the
following:
type ram_array is array(0 to memsize-1) of std_logic_vector(width-1
downto 0);
the HDL synthesis reports using a 8-bit 1024-to-1 multiplexer. Is the
synthsizer trying to build the RAM out of flipflops? Should I build my
RAM out of ram32x1s type primitives instead?
-- Joe Lawrence
take out the ZZ's for email
Spartan II XC2S50 using WebPack. When attempting something like the
following:
type ram_array is array(0 to memsize-1) of std_logic_vector(width-1
downto 0);
the HDL synthesis reports using a 8-bit 1024-to-1 multiplexer. Is the
synthsizer trying to build the RAM out of flipflops? Should I build my
RAM out of ram32x1s type primitives instead?
-- Joe Lawrence
take out the ZZ's for email