Initial work on reading instructions from bootROM
This commit is contained in:
10
rtl/cpu/cpu_pkg.svh
Normal file
10
rtl/cpu/cpu_pkg.svh
Normal file
@@ -0,0 +1,10 @@
|
||||
package cpu_pkg;
|
||||
|
||||
typedef enum {
|
||||
ST0_ADDR,
|
||||
ST1_DEC,
|
||||
ST2_EXEC,
|
||||
ST3_INC_ADDR
|
||||
} state_t;
|
||||
|
||||
endpackage
|
||||
Reference in New Issue
Block a user