Skip to content

Instantly share code, notes, and snippets.

@pamaury
Created May 9, 2023 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pamaury/42d0e142507e10fa5d95b0b0b7cea14f to your computer and use it in GitHub Desktop.
Save pamaury/42d0e142507e10fa5d95b0b0b7cea14f to your computer and use it in GitHub Desktop.
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
#include <stdbool.h>
#include "sw/device/lib/runtime/log.h"
#include "sw/device/lib/testing/test_framework/ottf_main.h"
#include "sw/device/silicon_creator/lib/drivers/lifecycle.h"
#include "sw/device/silicon_creator/lib/drivers/otp.h"
#include "sw/device/silicon_creator/lib/manifest_def.h"
#include "otp_ctrl_regs.h"
OTTF_DEFINE_TEST_CONFIG();
bool test_main(void) {
// Do nothing so that have plenty of time to connect to the JTAG TAP.
while(1) {}
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment