OpenCores
URL https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk

Subversion Repositories theia_gpu

[/] [theia_gpu/] [branches/] [icarus_version/] [rtl/] [Module_ROM.v] - Diff between revs 182 and 183

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 182 Rev 183
Line 111... Line 111...
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
//This is the first code that gets executed after the machine is
//This is the first code that gets executed after the machine is
//externally configured ie after the MST_I goes from 1 to zero.
//externally configured ie after the MST_I goes from 1 to zero.
//It sets initial values for some of the internal registers
//It sets initial values for some of the internal registers
 
 
 
 
 
 
0: I = { `ZERO ,`CREG_LAST_t ,`VOID ,`VOID };
0: I = { `ZERO ,`CREG_LAST_t ,`VOID ,`VOID };
//Set the last 't' to very positive value(500) 
//Set the last 't' to very positive value(500) 
1: I = { `SETX ,`CREG_LAST_t ,32'h1F40000  };
1: I = { `SETX ,`CREG_LAST_t ,32'h1F40000  };
2: I = { `ZERO ,`OREG_PIXEL_COLOR ,`VOID ,`VOID };
2: I = { `ZERO ,`OREG_PIXEL_COLOR ,`VOID ,`VOID };
3: I = { `COPY ,`CREG_PIXEL_2D_POSITION ,`CREG_PIXEL_2D_INITIAL_POSITION ,`VOID };
3: I = { `COPY ,`CREG_PIXEL_2D_POSITION ,`CREG_PIXEL_2D_INITIAL_POSITION ,`VOID };

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.