adding support for verilator-driven AFU driver: vlsim

This commit is contained in:
Blaise Tine
2020-09-08 13:05:26 -04:00
parent 8eee036295
commit 0fab1ddd92
17 changed files with 742 additions and 66 deletions

5
driver/opae/vx_scope.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
int vx_scope_start(fpga_handle hfpga, uint64_t delay = -1);
int vx_scope_stop(fpga_handle hfpga, uint64_t delay = -1);