Altera_Forum
Honored Contributor
16 years agoHow to Export Signal in SPOC in v8.0
Hi all,
I'm using Quartus 8.0 with SPOC (Subscription version) to create a Custom Peripheral for my Nios System ... I've created the interface of my peripheral like this: ... Entity CusP is Port ( Avalon Slave signals such as clk, read, write, address ... etc ... My own signal to get data from external ADC. ... ); I created new Custom peripheral using the wizard, import the HDL files and map the signals accordingly. I want to export My custom signal to top-level ... How to do that??? In the instruction on the signal tab, it says "Set Signal Type to be "export"" to export the signal to top level. But I just couldn't type or select any "export" ... Thanks ...