C
Clunixchit
Guest
Hello there,
While
* trying to learn vhdl by myself and
* at the same time trying to master the differences and the
limitations of vsim (modelsim) and ghdl,
i decided to write the vhdl code of 74LS74 of motorolla so that the
simulations take into consideration the time delays.
It is quite confusing to implement those time delays on the DFF.
Normally on every rising edge of the clock the contents of data_in
will be transferred to q_out of the DFF.
My main problem is that how should I write the vhdl code so that it
knows when to apply
* t_phl or
* t_plh with respect to data_in ?
http://www.ortodoxism.ro/datasheets/motorola/SN74LS74N.pdf
regards,
Chitlesh
While
* trying to learn vhdl by myself and
* at the same time trying to master the differences and the
limitations of vsim (modelsim) and ghdl,
i decided to write the vhdl code of 74LS74 of motorolla so that the
simulations take into consideration the time delays.
It is quite confusing to implement those time delays on the DFF.
Normally on every rising edge of the clock the contents of data_in
will be transferred to q_out of the DFF.
My main problem is that how should I write the vhdl code so that it
knows when to apply
* t_phl or
* t_plh with respect to data_in ?
http://www.ortodoxism.ro/datasheets/motorola/SN74LS74N.pdf
regards,
Chitlesh