- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have to connect logic written in Verilog with logic written in VHDL.
I've tried with Quartus 4.1. here is the code of the Verilog file:dsp_dummy dsp_dummy_inst (
.clock ( clock ),
.reset ( null ),
.enable ( eins ),
.stall ( null ),
.wb_dat_io ( wb_dat_io ),
.wb_adr_i ( address_mem ),
.wb_we_i ( wb_we_i ),
.wb_stb_i ( wb_stb_i ),
.wb_ack_o ( wb_ack_o )
);
I've added the file dsp_dummy.vhdl to the project. When I try to compile it, I get the following error: Error: Node instance dsp_dummy_inst instantiates undefined entity dsp_dummy
I don't know, what I've done wrong. Can anyone help me?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
check the bdf or the pin list.
That's the error I get when I don't have something hooked up right.
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