Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Test
on: [push, pull_request, workflow_dispatch]

env:
SPIKE_COMMIT: f51df5d3955a27602a872eaf01492177513baf6f
SPIKE_COMMIT: 509bec19b01aa2f0445045cad6c540698714efad

jobs:
check:
Expand Down
1 change: 1 addition & 0 deletions pspike/pspike.cc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ int main(int argc, char** argv) {
sim_t sim(&cfg, false,
mems,
plugin_device_factories,
false,
htif_args,
dm_config,
nullptr,
Expand Down
Loading