From 21c2c05c57e26e221daf0677afce33a94cfe4319 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Thu, 14 Oct 2021 19:13:51 -0700 Subject: [PATCH] Normalize names --- cocotbext/eth/constants.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cocotbext/eth/constants.py b/cocotbext/eth/constants.py index 1cc99da..539067e 100644 --- a/cocotbext/eth/constants.py +++ b/cocotbext/eth/constants.py @@ -42,12 +42,12 @@ class XgmiiCtrl(enum.IntEnum): TERM = 0xfd ERROR = 0xfe SEQ_OS = 0x9c - RES0 = 0x1c - RES1 = 0x3c - RES2 = 0x7c - RES3 = 0xbc - RES4 = 0xdc - RES5 = 0xf7 + RES_0 = 0x1c + RES_1 = 0x3c + RES_2 = 0x7c + RES_3 = 0xbc + RES_4 = 0xdc + RES_5 = 0xf7 SIG_OS = 0x5c