source: PlatformSupport/Deprecated/pcores/radio_bridge_v1_21_a/mdlsrc/README.txt

Last change on this file was 883, checked in by murphpo, 16 years ago

Fixing IOBUF bug in radio bridge rate change filter

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1To generate the blackbox for the rate change filter:
2
3-Use Sysgen's HDL Netlist export target to create the source files
4
5-In the Sysgen netlist folder, find the file 'xst_radio_bridge_ratechangefilter_4x_2ch.scr'
6
7-In this file, fine the string '-iobuf YES'; change this to '-iobuf NO'. The final contents should look like:
8
9run -ifn xst_radio_bridge_ratechangefilter_4x_2ch.prj -ifmt mixed -ofn radio_bridge_ratechangefilter_4x_2ch_cw.ngc -ofmt NGC -p xc2vp70-6ff1517 -ent radio_bridge_ratechangefilter_4x_2ch_cw -keep_hierarchy NO -iobuf NO -bus_delimiter () -top radio_bridge_ratechangefilter_4x_2ch_cw -hierarchy_separator / -report_timing_constraint_problems warning -register_balancing no -iob Auto -uc radio_bridge_ratechangefilter_4x_2ch_cw.xcf -write_timing_constraints yes
10
11-From the command line, in the Sysgen export directory, run:
12    xst -ifn xst_radio_bridge_ratechangefilter_4x_2ch.scr
13
14This will produce a file named 'radio_bridge_ratechangefilter_4x_2ch_cw.ngc'.
15
16-In the same directory, run:
17    ngcbuild -i radio_bridge_ratechangefilter_4x_2ch_cw.ngc radio_bridge_ratechangefilter_4x_2ch_cw_full.ngc
18
19-Copy the new file (radio_bridge_ratechangefilter_4x_2ch_cw_full.ngc) to the pcore's netlist folder
20
21-Rename it 'radio_bridge_ratechangefilter_4x_2ch_cw.ngc' (i.e. remove the _full suffix)
Note: See TracBrowser for help on using the repository browser.