where could user get datasheet about verilog primary library for UDB/datapath ?

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

cross mob
Anonymous
Not applicable

hi:

   

where could I get datasheet about verilog primary library in UDB/datapath?

   

Such as reference in forum:

   

    cy_psoc3_count7 #(.cy_period(Period),
       .cy_route_ld(RoutedLoad),
       .cy_route_en(RoutedEnable)) Count7
    (
        /*  input             */  .clock(clk),
        /*  input             */  .reset(reset),
        /*  input             */  .load(load),
        /*  input             */  .enable(en),
        /*  output  [06:00]   */  .count(count),
        /*  output            */  .tc(tc)
    );

   

Any user guide for primitive cy_psoc3_count7, & parameter information of cy_period etc. ?

   

UDB status and control register primitive detail as well?

   

 

   

Thanks.

0 Likes
2 Replies
KishoreS_96
Employee
Employee
5 sign-ins 50 replies posted 25 replies posted

Hi,

   

 

   

Please refer to Component Author Guide for details on count7.

   

 

   

For details on Control Register, Please look into this Training module.

   

For details on Status Register, Please look into this Training module.

   

 

   

Regards,

   

Kishore.

0 Likes
Anonymous
Not applicable

Section 4.3.5 (page 40) of component author guide has information on Count7.

   

The component_author_guide pdf is here: http://www.cypress.com/?rID=49025.

0 Likes