1 / 11

Lab7demo

Lab7demo. Introduction to Celoxica DK Design Suite. New Project. Name new Project “RC10” Select network location Select Xilinx Spartan-3/3L chip. OK. Build Configuration. Go to Build->Configurations Select “Add…” button. Name new configuration “Lab7demo”, copy from EDIF. Click OK.

Télécharger la présentation

Lab7demo

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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->Configurations • 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->Settings • 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->Add to Project->New->Handle-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

More Related