- changes due to packing of resx, resy and fps into one 32-bit register
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@651 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -187,21 +187,12 @@ STIMULUS: process
|
|||||||
wait until rising_edge(CLK_O) and SRDY_I = '1';
|
wait until rising_edge(CLK_O) and SRDY_I = '1';
|
||||||
STB_O <= '0';
|
STB_O <= '0';
|
||||||
|
|
||||||
-- Read resolution X
|
-- Read resolution
|
||||||
CYC_O <= '1';
|
CYC_O <= '1';
|
||||||
wait until rising_edge(CLK_O) and SRDY_I = '1';
|
wait until rising_edge(CLK_O) and SRDY_I = '1';
|
||||||
STB_O <= '1';
|
STB_O <= '1';
|
||||||
WE_O <= '0';
|
WE_O <= '0';
|
||||||
ADDR_O <= X"0000_0018";
|
ADDR_O <= X"0000_0014";
|
||||||
wait until rising_edge(CLK_O) and SRDY_I = '1';
|
|
||||||
STB_O <= '0';
|
|
||||||
|
|
||||||
-- Read resolution Y
|
|
||||||
CYC_O <= '1';
|
|
||||||
wait until rising_edge(CLK_O) and SRDY_I = '1';
|
|
||||||
STB_O <= '1';
|
|
||||||
WE_O <= '0';
|
|
||||||
ADDR_O <= X"0000_001C";
|
|
||||||
wait until rising_edge(CLK_O) and SRDY_I = '1';
|
wait until rising_edge(CLK_O) and SRDY_I = '1';
|
||||||
STB_O <= '0';
|
STB_O <= '0';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user