-
Notifications
You must be signed in to change notification settings - Fork 13
WiP: a monolithic top level co-sim bench #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The simulation runs successfully with correct Dout being read out: |
|
|
||
| amsd { | ||
| ie vsup=0.75 tr=5p tf=5p rout=0 | ||
| ie vsup=0.75 tr=20p tf=20p rout=0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use 20ps for rise/fall for pessimistic estimation
xcelium/amscf.scs
Outdated
|
|
||
| tran tran stop=1u noisefmax=64G noiseseed=32 annotate=status | ||
| // to disable noise, comment the above line and uncomment the line below | ||
| //tran tran stop=1u annotate=status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disable noise speeds up simulation by a lot
| // Digitally-controlled delay line delay sep (ps) | ||
| `define DCDL_DELAY_STEP 10.0 | ||
| // Clock distribution mean delay | ||
| `define CLK_DIST_DELAY_MU 200e-12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if a parameter is used in vams context, absolute scale (instead of relative scale specificed in timescale 1ps/1fs) has to be used
xcelium/Makefile
Outdated
| -iereport \ | ||
| -plusperf \ | ||
| -64bit \ | ||
| -spectre_args "+preset=cx +mt=32" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use spectre x flag (cx and 32 multithread) speeds up the sim by alot
No description provided.