From 62f5490f6bde0529028f3d9791245193135adfc2 Mon Sep 17 00:00:00 2001 From: Andreas Olofsson Date: Sun, 1 Nov 2015 16:45:39 -0500 Subject: [PATCH] Adding missing file for emailbox --- emailbox/hdl/emailbox_regmap.v | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 emailbox/hdl/emailbox_regmap.v diff --git a/emailbox/hdl/emailbox_regmap.v b/emailbox/hdl/emailbox_regmap.v new file mode 100644 index 0000000..282ce7e --- /dev/null +++ b/emailbox/hdl/emailbox_regmap.v @@ -0,0 +1,7 @@ +`ifndef EMAILBOX_REGMAP_V_ +`define EMAILBOX_REGMAP_V_ + +`define E_MAILBOXLO 6'd4 //F0314-reserved-->move? +`define E_MAILBOXHI 6'd5 //F0318-reserved + +`endif