Skip to content
Snippets Groups Projects
Commit a8820f5c authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Default PMBUS_ALERT ;= '0' to allow not connected.

parent 809b7372
Branches
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ ENTITY unb2_minimal IS ...@@ -60,7 +60,7 @@ ENTITY unb2_minimal IS
PMBUS_SC : INOUT STD_LOGIC; PMBUS_SC : INOUT STD_LOGIC;
PMBUS_SD : INOUT STD_LOGIC; PMBUS_SD : INOUT STD_LOGIC;
PMBUS_ALERT : IN STD_LOGIC; PMBUS_ALERT : IN STD_LOGIC := '0';
-- 1GbE Control Interface -- 1GbE Control Interface
ETH_CLK : IN STD_LOGIC; ETH_CLK : IN STD_LOGIC;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment