mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-01-31 01:33:24 -05:00
Let verilator print when touched by kill -USR1
This commit is contained in:
parent
8066c1092e
commit
10b7951933
@ -271,6 +271,7 @@ volatile int touch_cyc = 0;
|
||||
|
||||
void sighandler(int)
|
||||
{
|
||||
printf("touched!\n");
|
||||
touch_cyc = 1000;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user