--- Quote Start ---
thanks for the fast reply,
I know that you dont posted a v. file, but I only have the i2c controller from the demonstrations of altera.
I do not know where I can get an appropriate VHDL.
To rewirte the existing .v to .vhd I understand not much enough verilog.
--- Quote End ---
Oh, I think I understand: your tried to port Terasic's audio codec verilog source to VHDL?
To answer your question about appropriate VHDL, I had earlier posted in this thread my .VHDL audio codec interface. You can first just try to synthesize that and see if it works. Then you should go about reading the audio codec datasheet and try to understand the VHDL I posted. Mind you my i2c controller is not the best, I am working on an updated version. I will post that as soon as I am done.
Second, as far as Terasic's audio codec verilog is concerned, I just resynthesized their HDL (from /DE1_CD_v0.8/DE1_i2sound/) on version 10.0 of Quartus. It synthesized fine, I didn't get any errors.
Bart