I am trying to compile the FPGA code for the TS-7300 that is provided on the
opencores.org website. I am receiving the following errors (see attached log
file). The files that I am compiling together are:
altera_dpram_16x32.v
altera_ram.v
altera_spram_256x32.v
pll.v
ts7300_top.v
wb32_blockram.v
wb32_bridge.v
From the error messages –it seems as though there are a couple of
models missing. When probing pll.v –function altpll_component is calling
function altpll; which can’t be found. This seems to be the case for the
other error messages.
I need this to compile before I compile in other things such as I2C
core, ect.
Thanks,
++Jason