Skip to content

guanmingxing/tl-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile

> mkdir build
> cd build
> cmake .. -DDUT_DIR=PATH_TO_HUANCUN/build

For trace-dump, add -DTRACE=1
For multi-thread, add -DTHREAD=${NR_THREADS}

Run

> ./tlc_test

-s --seed=N        Set N as random seed
-b --wave-begin=N  Wave dump starts from cycle N
-e --wave-end=N    Wave dump ends to cycle N

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • Shell 2.7%
  • CMake 1.8%