On 28 Mai, 16:21, Trygve Odegaard <tro...@[EMAIL PROTECTED]
> wrote:
> I have Module1 with an output ****t ClkA.
> Module1 is instantiated in Module2 that has the two output ****ts ClkA
> and ClkB.
> But, is there any VHDL constructs, such that: Module1.ClkA can be
> mapped to both Module2.ClkA and Module2.ClkB without any
>
> delta delay difference between these 3 ?
Question: Why do you bother about delta delays?
Use "Y <= X after 1 ns" for clocked signals and you have no problem
with delta delays.
There is no construct for signal assignment, that is free of delta
delay, only variables are updated in the same tick, but I would'nt use
variables for clocks, as i find it no good idea to have a rising edge
of clock within one delta delay (would'nt suprise me, if the tools
wouldn't sup****t this propperly).
bye Thomas


|