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

Merge branch 'L2SDP-698' into 'master'

increased max temperature trigger to 100C was 85C

Closes L2SDP-698

See merge request desp/hdl!237
parents 40ca2b9b c2559cc0
No related branches found
No related tags found
1 merge request!237increased max temperature trigger to 100C was 85C
Pipeline #28606 passed
...@@ -106,7 +106,7 @@ ENTITY ctrl_unb2c_board IS ...@@ -106,7 +106,7 @@ ENTITY ctrl_unb2c_board IS
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-- Auxiliary Interface -- Auxiliary Interface
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
g_fpga_temp_high : NATURAL := 85; g_fpga_temp_high : NATURAL := 100;
g_app_led_red : BOOLEAN := FALSE; -- when TRUE use external LED control via app_led_red g_app_led_red : BOOLEAN := FALSE; -- when TRUE use external LED control via app_led_red
g_app_led_green : BOOLEAN := FALSE; -- when TRUE use external LED control via app_led_green g_app_led_green : BOOLEAN := FALSE; -- when TRUE use external LED control via app_led_green
......
...@@ -34,7 +34,7 @@ ENTITY mms_unb2c_fpga_sens IS ...@@ -34,7 +34,7 @@ ENTITY mms_unb2c_fpga_sens IS
GENERIC ( GENERIC (
g_sim : BOOLEAN := FALSE; g_sim : BOOLEAN := FALSE;
g_technology : NATURAL := c_tech_arria10; g_technology : NATURAL := c_tech_arria10;
g_temp_high : NATURAL := 85 g_temp_high : NATURAL := 100
); );
PORT ( PORT (
-- Clocks and reset -- Clocks and reset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment