![]() |
VHDL Matrix Not getting synthesized
Hi Friends ...I am working on the design of Memory Module which haz 8 different banks ..each having 8 Different ROws and 4 Different Coloumns and each each location holding an 4 Bit of Data...
I've declared the following syntax..I'm able simaulte and verify my code functionality ...but thye follwoing declaration iz not getting synthesized...Can I hav any alternative declarations for this instead..??? I am using Xilinx 9.2i ISE Tool.....!! type ddrram is array (0 to 7,0 to 15,0 to 3) of std_logic_vector(3 Downto 0); I get the follwoing Synthesis errors for the syntax which i declared abaove Xst:783 - "F:/DDR_Wrk/ddr_Memory_Design.vhd" line 33: Matrix not supported yet. Xst:2683 - Unexpected error found while building hierarchy. Kindly suggest me some alternative declaration syntax which may synthsize for my Module |
Something like this might work:
Code:
type vec2d is array(0 to 3) or std_logic_vector(3 Downto 0); |
| All times are GMT. The time now is 06:21 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.