Component API code

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
HuEl_264296
Level 5
Level 5
First like given 25 sign-ins First solution authored

 I am trying to modify an existing component. I can find the Verilog file for it, but I can't find anything which looks like it might be the API code, or anything which can generate API code.

   

 

   

Where can I find it?

   

 

   

Hugo

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

I'm afraid you only have got a DLL with the APIs. You will have to file a technical case to get the required sources.

   

 

   

Bob

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

I can think of 2 solutions for your problem:

   
        
  • take the generated code, modify it to your needs, and disable recreation of it ('generete API' in the component properties). This is the easiest way, but you should not change any configuration of the affected component afterwards.
  •     
  • or you take all the generated stuff, and use it as a basis for a new component. This is way more work, but allows you more flexibility. Plus, I don't know whether you are then allowed to distribute it (but I doubt it).
  •    
0 Likes