% Construct reference design object hRD = hdlcoder.ReferenceDesign('SynthesisTool', 'Xilinx Vivado'); hRD.ReferenceDesignName = 'My Reference Design'; hRD.BoardName = 'ZedBoard' % Tool information hRD.SupportedToolVersion = {'2020.2'}; %% Add custom design files hRD.addCustomVivadoDesign( .....
There is some more information describing how to get this going on this post here:https://forum.digilentinc.com/topic/17224-pmod-wifi-sdk-problem/?do=findComment&comment=52875, that I did with the Zedboard; the block design (presuming you are working with the Pmod WiFi) will look the sam...