1
0
mirror of https://github.com/openhwgroup/cvw synced 2025-02-11 06:05:49 +00:00
cvw/tests/custom/lpddrtest/main.c

7 lines
65 B
C
Raw Normal View History

2024-03-26 23:42:48 +00:00
#include "header.h"
int main(){
lpddr_test();
return 0;
}