Tests: clang-format DPI and remove commented header
This commit is contained in:
parent
f097e8a34e
commit
b7bc6c3c65
|
|
@ -32,7 +32,6 @@
|
|||
#include "vpi_user.h"
|
||||
#include "veriuser.h"
|
||||
#include "svdpi.h"
|
||||
//#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <regex.h>
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@
|
|||
#include "svdpi.h"
|
||||
#include "vpi_user.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
static void m_uvm_error(const char *ID, const char *msg, ...);
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@
|
|||
#include "vpi_user.h"
|
||||
#include "veriuser.h"
|
||||
#include "svdpi.h"
|
||||
//#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <regex.h>
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@
|
|||
#include "svdpi.h"
|
||||
#include "vpi_user.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
static void m_uvm_error(const char *ID, const char *msg, ...);
|
||||
|
|
|
|||
Loading…
Reference in New Issue