wrote:
> but I didn't make
> this file quartus did so how would i go about fixing this without
> changing the files. thanks.
>
I would skip the megawizards and
write my own vhdl description.
Quartus synthesis will infer
these things and wire them up for you
with much less trouble. No components, complexity
or Altera copyright on your source code.
Use the Quartus rtl viewer for an
automatically generated schematic
view of your vhdl description.
See
http://www.altera.com/literature/hb/...s_qii51007.pdf
or my previous code examples.
-- Mike Treseler