User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
start [2024/09/22 17:34] – [Getting started guide] kisestart [2024/12/09 00:40] (current) – [Implementation and execution on a FPGA board] 94.103.125.62
Line 257: Line 257:
  
 ``` ```
-$ vivado main.xpr &+$ vivado main.xpr &
 ``` ```
  
Line 269: Line 269:
 Execute the following process according to the used set of logic synthesis and placement and routing. Execute the following process according to the used set of logic synthesis and placement and routing.
  
-- Right click on synth_* for logic synthesis and select "Make Active" +- Right click on synth_* for logic synthesis and select "Make Active" 
-- Click "Generate Bitstreamin Vivado project manager+- Click "Generate Bitstream" in Vivado project manager
  
 By default, the operating frequency of the processor is set to 160MHz. By default, the operating frequency of the processor is set to 160MHz.
Line 284: Line 284:
 (3) Write the generated bitstream to the FPGA board (3) Write the generated bitstream to the FPGA board
  
-- Click "Open Hardware Managerin Vivado project manager to open the hardware manager+- Click "Open Hardware Manager" in Vivado project manager to open the hardware manager
  
-- Click "Open targetand "Auto Connectto recognize the FPGA board+- Click "Open target" and "Auto Connect" to recognize the FPGA board
  
-- Click "Program deviceand specify Bitstream file+- Click "Program device" and specify Bitstream file
  
-- Click "Programto write bitstream to FPGA board+- Click "Program" to write bitstream to FPGA board
  
 When the bitstream data is correctly written to the Nexys 4 DDR board, When the bitstream data is correctly written to the Nexys 4 DDR board,
-the DONE LED lights up and "00000000is displayed on the 8-digit 7-segment LEDs.+the DONE LED lights up and "00000000" is displayed on the 8-digit 7-segment LEDs.
  
 (4) Prepare for 8M baud serial communication (4) Prepare for 8M baud serial communication
Line 322: Line 322:
  
 ``` ```
-$ python3 serial_rvcorep.py 8 "test.bin"+$ python3 serial_rvcorep.py 8 "test.bin"
 ``` ```
  
start.1726994096.txt.gz · Last modified: 2024/09/22 17:34 by kise · Currently locked by: 104.249.31.95