Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

lpm_divider question

Altera_Forum
Honored Contributor II
1,453 Views

http://www.alteraforum.com/forum/attachment.php?attachmentid=10561&stc=1  

just wondering what will happen to the circuit when i put clken as a reg and not a wire but i want it to happen as a wire?  

and  

how do i make clken to be 1 ?
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
729 Views

You could handle the value of clken from your test bench.

0 Kudos
Altera_Forum
Honored Contributor II
729 Views

 

--- Quote Start ---  

http://www.alteraforum.com/forum/attachment.php?attachmentid=10561&stc=1  

just wondering what will happen to the circuit when i put clken as a reg and not a wire but i want it to happen as a wire?  

and  

how do i make clken to be 1 ? 

--- Quote End ---  

 

 

Are you saying how to assign in coding? 

************* 

always 

clken <= 1'b1; 

***************
0 Kudos
Reply