Skip to content

Commit

Permalink
Update default permissions in GH actions (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 authored Jan 2, 2024
1 parent d2afb07 commit 936e5fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- main

# Top-level default, no permissions
permissions: {}

jobs:
run-checks:
name: Run Checks
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Updates ROHD dependency to at least v0.5.0
- Breaking: `Test.instance` is now nullable and `null` when no `Test` is active, which also impacts `Test.random`. Use `Test.reset` instead of `Simulator.reset` in ROHD-VF testbenches to reset.
- Added `QuesceObjector`, `PendingDriver`, and `PendingClockedDriver` to make it easier to develop typical drivers.
- Added `QuiesceObjector`, `PendingDriver`, and `PendingClockedDriver` to make it easier to develop typical drivers.
- Added `waitCycles` function as an extension to `Logic` to make it easier to wait for a variable number of clock edges.
- Fixed a bug where `Component`s directly under the `Test` could run the `check` phase multiple times (<https://github.com/intel/rohd-vf/issues/45>).
- Updated the example, leveraging some new APIs in ROHD-VF and ROHD and demonstrating best practices.
Expand Down

0 comments on commit 936e5fc

Please sign in to comment.