Altera_Forum
Honored Contributor
8 years agoEditing Altera IP Core
Hello there,
I am using the altera avalon spi IP which I got from the IP Catalog in the Qsys window. The name in the catalog is "SPI (3 Wire Serial)". So far, it worked fine with my DE1-SoC. Because this IP does not support SPI in burst mode, I wanted to add this feature. So I changed the verilog code from the spi module (named something like soc_system_spi_0.v). The problem is that when I press "Generate HDL..." in the Qsys window, it overwrites my changes. What am I doing wrong? Should I make my changes in an other file? Or what is the easiest way to edit the Altera IP? I also tried to make a new component with the changed verilog code, but then the Avalon interface did not seem to be correct. Thanks in advance! By the way: the module is configured as SPI slave. frif