[moved] CLKBUF and INBUF actel FPGA

Status
Not open for further replies.

incisive29

Newbie level 6
Joined
Jun 17, 2010
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,373
When and how to use CLKBUF and INBUF in actel FPGA?
When I use CLKBUF in my program, it gives error. I replace it with INBUF, it works fine. What I read in an application note was CLKBUF is used when a clock needs to be be mapped to multiple modules,that is high fan out. whereas INBUF has only one fanout and can be used inputs to a single module. is that true. please help.
 

most likely an INBUF would feed a CLKBUF. You probably just connected an input pin to the CLKBUF (that is instantiated in your design).

Maybe you should take the newbie approach to FPGA design and do not instantiate primitives in your design and let the synthesis tool figure out what primitive to use.
 

Thankyou for your reply. When I remove inbuf, the design synchs out. I think I should stick with my current macros.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…