Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Quartus II Warning: Found pins functioning as undefined clocks

Reply
Thread Tools

Quartus II Warning: Found pins functioning as undefined clocks

 
 
Markus Jochim
Guest
Posts: n/a
 
      05-29-2007
Hello,

I use Quartus II WebEdition 7.0 and have a simple design where the
signal mclk takes the role of the clock.


ENTITY Prescaler_50M_1 IS
PORT (
mclk: IN std_logic;
c1Hz: OUT std_logic
);
END Prescaler_50M_1;


The "Classic Timing Analyser Tool" complains:


Warning: Found pins functioning as undefined clocks and/or memory enables
Info: Assuming node "mclk" is an undefined clock


I looked this up in the Quartus II Handbook and found that it should
help to define "mclk" to be a base clock by either a Tcl command like:

create_base_clock -fmax 20ns -target mclk sys_clk

or by defining an absolute clock associated with node "mclk" by using
the GUI of Quartus II at the menu item "Assignments|Timing Analysis
Settings|Classig Timing Analyser Settings|Individual Clocks"


Unfortunately both ways do not work and the warning still appears.

Can someone help???

Best regards
Markus
 
Reply With Quote
 
 
 
 
andybuonviri@gmail.com
Guest
Posts: n/a
 
      06-01-2007
I had this same problem, and I went to the Classic Timing Analyzer
Settings tab, clicked Individual Clocks, and added a new entry. The
name is arbitrary (refclk in my case) but "Applies to Node" must be
set to the clock giving the warning. So I clicked on the List button,
found my clock pin in the list (CPLD_REFCLK), added it, and clicked
OK. When I recompiled the warning went away. Perhaps you weren't
selecting the same "mclk" node that was triggering the warning? Do you
have other instances of "mclk" in your design? Mine was an external
pin so maybe it's different, but I can verify that this method does
work in Web Edition 7.0.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Warning: Output pins are stuck at VCC or GND TheRain VHDL 4 05-16-2005 06:52 AM
Simulating Bidirectional Pins - How is it displayed? Drew VHDL 1 07-26-2004 01:34 PM
Using Quartus II how do you assign external pins to an internal bus? Don Golding VHDL 0 04-23-2004 01:38 AM
Newbie Question: Using MaxIIplus how do you assign a bus to external pins. Don Golding VHDL 2 04-15-2004 06:49 PM
How to connect pins of different width? michele bergo VHDL 1 08-23-2003 07:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57