Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIf you are using VHDL, just for simulation, try this:
signal rx: std_logic_vector(7 downto 0):= "xxxxxxxx"; --Any value ---- ---- your_output<=rx; ------ rx should be a register output.If you are using VHDL, just for simulation, try this:
signal rx: std_logic_vector(7 downto 0):= "xxxxxxxx"; --Any value ---- ---- your_output<=rx; ------ rx should be a register output.