Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

lpm_divider question

Altera_Forum
Honored Contributor II
1,429 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
705 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
705 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