Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Handel-C - lack of rc200.hch file

Status
Not open for further replies.

Lykos1986

Member level 4
Joined
Jan 30, 2006
Messages
69
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,876
Handel-C

Hi! I am trying to implement a simple program using the Handel-C (ver: 5.2) and I want to use the already made macros for the LEDs, Buttons etc.

In order to start I have to declare the clock and the PSL library for my development board, RC200 (Virtex 2V1000):

Code:
#define RC200_TARGET_CLOCK_RATE = 50000000
#include "rc200.hch"

void main()
{
  ...
}

The problem is that ther is not such file. I have set the directories correct but I was trying to find the file manualy but with no success. May I have a litle bit of help?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top