Skip to content
Snippets Groups Projects
Commit c2559cc0 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

increased max temperature trigger to 100C was 85C

parent 40ca2b9b
No related branches found
No related tags found
1 merge request!237increased max temperature trigger to 100C was 85C
Pipeline #28598 passed
Pipeline: sdptr

#28599

    ...@@ -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