Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIP core instantiation
Hello, Can I instantiate an IP core from SOPC in my vhd code? :confused: I want to make a Modbus slave core and I'd like to use the FIFOed UART (or default UART) component as receiver/t...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- You've got a couple of options and these depend on the core itself. 1 - Generate a fake SoPC builder system and steal the generated HDL files. 2 - If the component has the HDL code in its install directory, you can steal it from there. Jake --- Quote End --- I didn't find the HDL code in its install directory, but the first option helped me. Thanks Jake..