Lab7demo - PowerPoint PPT Presentation

1 / 11
About This Presentation
Title:

Lab7demo

Description:

Add a new file with Project- Add to Project- New- Handle-C ... Click on Compile icon to compile the project. Click on Build icon to build the project. ... – PowerPoint PPT presentation

Number of Views:23
Avg rating:3.0/5.0
Slides: 12
Provided by: Prof792
Category:
Tags: compile | lab7demo

less

Transcript and Presenter's Notes

Title: Lab7demo


1
Lab7demo
  • Introduction to Celoxica DK Design Suite

2
New Project
  • Name new Project RC10
  • Select network location
  • Select Xilinx Spartan-3/3L chip. OK

3
Build Configuration
  • Go to Build-gtConfigurations
  • Select Add button.
  • Name new configuration Lab7demo, copy from
    EDIF. Click OK.
  • Remove all other configurations, except Lab7demo.
    Close.

4
Change Project Setting
  • Go to Project-gtSettings
  • Select General tab
  • Rename Intermediate files and Output files to
    Lab7demo

5
Change Project Setting (cont)
  • Select Preprocessor tab.
  • Add USE_RC10 to definitions.
  • Add Additional include directories C\Program
    Files\Celoxica\PDK\Hardware\include

6
Change Project Setting (cont)
  • Select Chip tab.
  • Select Device xc3s1500l
  • Package fg320
  • Speed Grade 4

7
Change Project Setting (cont)
  • Select Linker tab.
  • Add Object/Library modules stdlib.hcl,
    rc10.hcl, pal_rc10.hcl and other libraries as
    needed.
  • Add Additional Library path C\Program
    Files\Celoxica\PDK\Hardware\lib

8
Change Project Setting (cont)
  • Select Build commands tab. Under View Outputs
  • Add following command
  • Lab7demo
  • (Note Bit file is generated under Lab7demo
    folder)
  • Click on OK to save setting.

9
Change Project Setting (cont)
  • Select Build commands tab. Under View
    Commands
  • Add following command in order
  • cd Lab7demo (Note this is to change to
    intermediate working folder)
  • Edifmake_RC10 RC10 (Note this command to build
    RC10 project)
  • beep (Note this command beeps at the end of
    building)

10
Add Files to Project
  • Add a new file with Project-gtAdd to
    Project-gtNew-gtHandle-C
  • Note for this demo, right click on RC10 chip and
    Add file to folder
  • Choose Display7segment.hcc (download from the
    web)

11
Compile and Build
  • Select configuration Lab7demo
  • Click on Compile icon to compile the project.
  • Click on Build icon to build the project.
  • Verify Bitstream generation successfully.
  • Locate RC10.bit file under project folder
    ../RC10/Lab7demo/
  • Run bit file
Write a Comment
User Comments (0)
About PowerShow.com