Register write/read problem

Re: Register write/read problem

par René Beuchat,
Number of replies: 0

in your write process it miss the

if rising_edge(clk) then ...

thus, no registration of your data.

and for the read, no clk used, thus the sensitivity list is wrong.

Best.

RB