Skip to content

Commit

Permalink
Port improved async sampling code from 6809, including skew options
Browse files Browse the repository at this point in the history
  • Loading branch information
hoglet67 committed Jul 15, 2022
1 parent 51bcfc9 commit 54ffa3c
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 175 deletions.
2 changes: 2 additions & 0 deletions src/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ typedef struct {
int byte;
int debug;
int skip;
int skew_rd;
int skew_wr;
int mem_model;
int profile;
int trigger_start;
Expand Down
Loading

0 comments on commit 54ffa3c

Please sign in to comment.