Altera_Forum
Honored Contributor
15 years agoTrying to integrate verilog file into vhdl project
Hi
I'm sure this question has been asked before but I can't seem to find an answer to it. I am trying to use a verilog file in a vhdl project like this: u1 : entity work.sdram port map( CLOCK_50=>systemClk, SW=>input, LEDG=>sdramLedG, LEDR=>sdramLedR ); However when I try to compile it gives Error (10481): VHDL Use Clause error at sdram_driver_test.vhd(25): design library "work" does not contain primary unit "sdram" Trying without the work doesn't work either. Any ideas?