Forum Discussion
BVola
New Contributor
6 years agoI've included the .qip file. Not sure what you mean by "Instantiate ALTIOBUF..." Using the IP tool I created a module called "clk_buf"; THAT is instantiated at the top leve:
//clock buffers
clk_buf CK_MAIN (
.inclk (clk_in),
.outclk (clk)
);
clk_buf CK_SPI (
.inclk (spi_clk_in),
.outclk (spi_clk)
);