CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 01:24:43 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=5ce62ad3287b73a3638907140a6ce1346539a9ca82d7b0da38bef10fad54db8ba%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22dI44SvnLAmBVWQSxvqosinZ299AIMyB7%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d2cc9769ac7679-BLR
module tb; typedef int unsigned uint32_t; typedef logic [1:0] tid_t; - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module tb;
- typedef int unsigned uint32_t;
- typedef logic [1:0] tid_t;
- typedef tid_t tid_q[$];
- tid_q tid_queue;
- initial begin
- main();
- #1000ns;
- $finish;
- end
- task automatic main();
- gen_stimulus(1);
- gen_stimulus(2);
- gen_stimulus(3);
- gen_stimulus(4);
- endtask
- task automatic gen_stimulus(uint32_t transfers);
- if (transfers == 0) begin
- $display("tid_queue = %p", tid_queue);
- return;
- end
- else begin
- for(tid_t i = 0; i <= 2'b11; i++) begin
- tid_queue.push_back(i);
- gen_stimulus(transfers - 1);
- void'(tid_queue.pop_back());
- if (i == 2'b11) begin
- break;
- end
- end
- end
- endtask
- endmodule
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make huge profits on trading ⭐⭐ P
JavaScript | 2 sec ago | 0.25 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 6 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 10 sec ago | 0.25 KB
-
📝 Crypto Swap Glitch ✅ Working
JavaScript | 16 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ E
JavaScript | 20 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 25 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 7
JavaScript | 33 sec ago | 0.25 KB
-
📌 ChangeNOW Exploit
JavaScript | 34 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand