vhdl

Alexey Popov (alexey@uniirt.com.ua)
Fri, 31 Oct 1997 14:59:47 +0200

Hello:

Can I make in VHDL language in one program the sequencial execution of
several (more than 3) processes, each consists of several concurrent
operations? This must use one clocking process.
To solve the problem I made for each step of sequencial process it’s own
program with own clocking , and then connected the outputs of prewiew
step and inputs of next step in Schematic Editor. But this way I have
many different clocking and this is impossible for me..
As I understood from VHDL discription we can’t get more than one
clock’event in one program.
How can I make some sequencial processes execution ( it’s not must be a
PROCESSes in VHDL mandatory) , each consists of concurrent operations,
and use only one clocking in one process in VHDL ?

Wait for your answer.

Best wishes,
Alexey Perehoda.