close Warning: Can't synchronize with repository "(default)" (/common/SVN/crkit does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 15 and Version 16 of crkit/Software/Firmware/Framework/tutorial/build/sim/R1


Ignore:
Timestamp:
Jul 20, 2010, 8:58:35 PM (14 years ago)
Author:
khanhle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • crkit/Software/Firmware/Framework/tutorial/build/sim/R1

    v15 v16  
    1515Note that the above commands build the R1 framework, applications and testbench files which are available under svn. The MATLAB generated top file are not built in the same process. We will later on replace the R1 framework and application svn files with an equivalent MATLAB/Simulink generated top level file e.g. keep the same testbench, but replace the DUT with the MATLAB generated version.
    1616
    17 Once the building process passes error free, we may start with the modelsim simulation by invoking the following commands
     17Once the building process passes error free, the modelsim simulations are initiated by invoking the following commands
    1818
    1919{{{
    20 build_fw -P tb_ocrp_mod -D     # builds R1 testbench with APP TX only (APP TX = Sine/AWGN generator)
    21 build_fw -P tb_ocrp_rxtx   # builds R1 testbench with both APP TX and RX (APP TX = SINE/AWGN generator, APP RX = FFT/AVG e.g. for spectrum sensing app)
     20build_fw -P tb_ocrp_mod -D app_mod_sim.do    # builds R1 testbench with APP TX only (APP TX = Sine/AWGN generator)
     21build_fw -P tb_ocrp_rxtx -D app_rxtx_sim.do  # builds R1 testbench with both APP TX and RX (APP TX = SINE/AWGN generator, APP RX = FFT/AVG e.g. for spectrum sensing app)
    2222}}}
    2323