- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-- i solved the problem already --
Hello community! Again I got problems in my actual project :( I want to wrap my memory (created with the megawizard) to my main project code. I already did this a few times and never had problems but this time I get the following error message during the compilation: error (10482): vhdl error at microprocessor.vhd(80): object "memory" is used but not declared
my code to wrap the two files is following:
begin
Edit: My problem was that I forgot to rename the component part of my memory. Sorry for this post
uut: memory.vhd
port map( data => data_in,
clock => actualclock,
address => memory_address_register,
wren => memory_write,
q => data_out
);
Can anybody give me a hint how to solve this problem? Thanks in advance ;) Best, orPoG
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page