please can you suggest how in VHDL I can define a variable which is visible in multiple processes of different components,, for example, I need a common CLK
I have defined aclock input for every component, but how do i connect the clk. could u elaborate please. do i need to define the variable clk in the main program as global. how to do it?