Combine PLD based components and Datapath components

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

cross mob
Anonymous
Not applicable

Dear developer community,

   

I have a problem with understanding the creation of components with PSoC Creator.

   

In the tutorials I learned to create PLD based Verilog Components and to create Datapath based Components with the UBD Editor or the Datapath Configuration tool.

   

And I learned that the PLDs are designed to solve combinatorial logic and the Datapaths are designed to solve arithmetic operations.

   

And I learned that the most efficent way to programm a PSoC it is to combine this kinds of components.

   

Now my question:

   

Do I have to decide which component I use for every single component?

   

Or is there any tool which uses both components (PLD based and Datapath based), to create the most efficent component?

   

Thank you for your effort and best regards

   

Raphi

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

A component design may consist of PLD-design plus DataPath design all kept in a single Verilog file.

   

 

   

Bob

View solution in original post

0 Likes
6 Replies