![]() |
|
|
|
#1 |
|
Hi, i got a single port block memory from Xilinx coregen and I initialized it by .coe file. can I read this Rom through this command R<=dout?!
is it clear to read an output port? if not how could I do it?! I appreciate so much if someone help me. Architecture... signal temp: std_logic_vector(7 downto 0); signal dout : std_logic_vector(7 downto 0); --------------------------- --component declaration --------------------------- component rom port( clk:in std_logic; addr:in std_logic_vector(7 downto 0); dout end component; begin ------------------------------- --component configuration ------------------------------- memory_instance: rom port map( clk=>clk, addr=>temp, dout=>dout); Roya |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OCZ 6GB Triple-Channel 1333 MHz DDR3 Memory Kit | Admin | Front Page News | 0 | 02-16-2009 01:27 PM |
| memory upgrade | -D- | A+ Certification | 1 | 02-03-2007 01:01 AM |
| Re: What memory to use? | me | A+ Certification | 0 | 12-14-2004 03:33 AM |
| Re: Memory stick question | Nildram | A+ Certification | 1 | 01-14-2004 02:41 PM |
| Half memory: lost? | Joe | A+ Certification | 4 | 09-04-2003 08:57 PM |