Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Error: June10_ram2.ixp465_rwdata_0: Component ixp465_rwdata 1.1 not found --- Quote End --- Look in your project; does it include the code for component with pin ixp465_rwdata? Or perhaps this is a typo? Rather than coding the _hw.tcl file directly, have the component editor automatically generate the _hw.tcl file, and then edit it to customize it. If your code is VHDL, and it includes components, eg., library mylib; use mylib.components.all;, then you'll need to include the 'components' package before your custom component, otherwise Quartus will complain. Iterate a few times, reading the errors, until you get it right. Before trying to make a component _hw.tcl file based on untested VHDL or Verilog source, make sure it compiles with Modelsim first. Cheers, Dave