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


Ignore:
Timestamp:
Jul 20, 2010, 7:56:26 PM (14 years ago)
Author:
khanhle
Comment:

--

Legend:

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

    v6 v7  
    66  * ''tc_src_app_rxtx'' - located at ./design/trunk/tb/R1/tc_src_app_rxtx
    77
     8Prior to running a modelsim simulation, we need to make sure that the building process is error free. From Cygwin, enter following commands
    89
     10{{{
     11build_fw -P tb_ocrp_mod    # builds R1 with APP TX only (APP TX = Sine/AWGN generator)
     12build_fw -P tb_ocrp_rxtx   # builds R1 with both APP TX and RX (APP TX = SINE/AWGN generator, APP RX = FFT/AVG e.g. for spectrum sensing app)
     13}}}
    914[..]