Skip to content

Source code of the DATE '24 paper: "Efficient Spectral-Aware Power Supply Noise Analysis for Low-Power Design Verification"

Notifications You must be signed in to change notification settings

SuperScientificSoftwareLaboratory/SparsityAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper

Source code of the DATE '24 paper: "Efficient Spectral-Aware Power Supply Noise Analysis for Low-Power Design Verification" by Yinuo Bai, Xiaoyu Yang, Yicheng Lu, Dan Niu, Cheng Zhuo, Zhou Jin, Weifeng Liu

Complier test

g++ ./include/*.h ./parallel/*.hpp ./serial/*.hpp ./test/test.cpp -w -O3 -o main -fopenmp -D_GLIBCXX_PARALLEL

Run test

./main /MTX_PATH/MTX.mtx SPARSE_RATIO THREADS_NUM
./main /MTX_PATH/MTX.mtx 0.02 8

Instructions

What we read in our code is a symmetric matrix in COO format, and it is worth noting that we only keep the matrix elements of the lower triangle during the reading process.

Contact us

If you have any questions about running the code, please contact Xiaoyu Yang.
E-mail: yangxiaoyu@student.cup.edu.cn

About

Source code of the DATE '24 paper: "Efficient Spectral-Aware Power Supply Noise Analysis for Low-Power Design Verification"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages