M
Markus Jochim
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
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