You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit introduces a new ci job which invokes the OS formal
flow. It uses the nix flake, which contains all the necessary
dependencies.
With everything already in cache this takes less than an hour on pomona.
An input (max-mem) is provided to limit memory usage.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3
+
# SPDX-License-Identifier: Apache-2.0
4
+
5
+
# GitHub Actions CI build configuration
6
+
7
+
name: Ibex OSS Formal CI
8
+
9
+
on:
10
+
workflow_call:
11
+
inputs:
12
+
max-mem:
13
+
description: 'Maximum memory available for use in GB. Maximum on Pomona is ~220GB, which has ~40 min proof time. Halving memory approximately doubles proof time. '
0 commit comments