Discussion:
Define clock in Synplicity
(too old to reply)
Moises
2006-04-18 11:40:05 UTC
Permalink
Hi everybody!

My name is Moises and now I am synthesizing a design in VHDL. My
problem is that I am using Sinplicity for that purpose but I do not
know how to define the output of a combinatorial net as a clock. This
net is not in the top level file, but in a third one, that is:

top level file: ahb_block.vhd
second level file: spacewire.vhd (instantiated in ahb_block.vhd)
third levl file: sp.vhd (instantiated in spacewire.vhd) ---> this is
here where the combinatorial logic is!!

I have tried the following sentences, but it does not work at all:

define_clock n:ahb_block.spacewire.sp.clock_rx -freq 66
define_clock n:ahb_block|spacewire|sp.clock_rx -freq 66

Does anybody know how to solve this problem?

Thank you very much for your help.

Moises
g***@gmail.com
2006-05-16 13:42:27 UTC
Permalink
Hi Moises,
After you compile your design, you can see your design's RTL view. You
can select the net in the RTL view ,drag and drop the net in the SCOPE
constraints editor and specify the clock frequency. Hope this will help
you to solve your problem.

Regards,
Srini.

Loading...