example_board.asf 301 B

123456
  1. puts "************ DESIGN ASF ************"
  2. # Enable PIN_23 (WKUP pin) to wake up device from standby. This function is not available on other pins.
  3. #set_config -pin PIN_23 CFG_WKUP_EN 1'b1
  4. # Use falling edge of the WKUP pin. By default rising edge is used.
  5. #set_config -pin PIN_23 CFG_WKUP_INV 1'b1