source: ResearchApps/PHY/MIMO_OFDM/fec_decoder_bb_simgen/bb_simgen.bat

Last change on this file was 1733, checked in by murphpo, 12 years ago

Updated PHY model with two fec_decoder black boxes and sim mux to select between them for sim/implementation. Also added script for generating simulation-only verilog for fec_decoder. All this is workaround for MATLAB crashing during simulation due to a bug in isim/Sysgen 13.4 that's under investigation by Xilinx.

File size: 367 bytes
Line 
1@echo off
2REM Copyright 2012 Xilinx, Inc. All rights reserved.
3
4echo.
5echo Synthesizing netlists...
6echo.
7xflow.exe -p xc4vfx100ff1517-11 -synth xst_verilog.opt fec_decoder_top.prj
8
9mv fec_decoder_top.ngc fec_decoder_simOnly.ngc
10
11echo.
12echo Generating simulation model...
13echo.
14netgen -sim -ofmt verilog -tm fec_decoder_simOnly fec_decoder_simOnly.ngc
Note: See TracBrowser for help on using the repository browser.