> sim RTL
ysyx_22040000 李心杨 Linux calcite 6.1.65 #1-NixOS SMP PREEMPT_DYNAMIC Sun Dec 3 06:32:13 UTC 2023 x86_64 GNU/Linux 19:26:08 up 22:24, 2 users, load average: 0.62, 0.76, 0.71
This commit is contained in:
parent
e5be598dc9
commit
7013e53eb3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ int main(int argc, char **argv, char **env) {
|
|||
Verilated::commandArgs(argc, argv);
|
||||
Vexample *top = new Vexample;
|
||||
int round = 100;
|
||||
while (round--) {
|
||||
while (1) {
|
||||
int a = rand() & 1;
|
||||
int b = rand() & 1;
|
||||
top->a = a;
|
||||
|
|
Loading…
Reference in a new issue