add some definitions for bits in HST register

This commit is contained in:
Raphael Jacquot 2019-02-15 07:06:07 +01:00
parent 96daffd25c
commit e72fe301b0

View file

@ -68,4 +68,10 @@
`define ALU_REG_M 21
`define ALU_REG_IMM 22
// specific bits
`define ALU_HST_XM 0
`define ALU_HST_SB 1
`define ALU_HST_SR 2
`define ALU_HST_MP 3
`endif