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 10 and Version 11 of crkit/Software/Firmware/Framework/tutorial/build/sim/R1


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

--

Legend:

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

    v10 v11  
    1212build_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)
    1313}}}
     14
     15Note that the above commands build the R1 framework, applications and testbench files which are under SVN only. The MATLAB generated top file are not built in
     16the same process.
     17
     18Once the building process passes error free, we may start with the modelsim simulation by invoking the following commands
     19
     20{{{
     21build_fw -P tb_ocrp_mod -D     # builds R1 testbench with APP TX only (APP TX = Sine/AWGN generator)
     22build_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)
     23}}}
     24
     25 
    1426[..]