CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 00:39:06 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=42b0c5e509ce431e665d63ec3294e98b0346d4ce6193e58973ff7a43c9971dfaa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22z6YK7guGn28KNerNnpJ6smHgd6HrHGRC%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d289caadd36f7a-BLR
instr_reg.v - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module instr_register (
- input clock,
- input reset,
- input enable,
- input [15:0] A,
- output reg [15:0] Q
- );
- reg delay;
- always @(posedge clock or posedge reset)
- if (reset) begin
- Q <= 16'b0;
- delay <= 0;
- end else if (enable | delay) begin
- Q <= A;
- delay <= 0;
- end else if (~enable) delay <= 1;
- endmodule
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ G
JavaScript | 3 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 7
JavaScript | 3 sec ago | 0.25 KB
-
📝 Exchange profit method
JavaScript | 4 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ U
JavaScript | 12 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ 6
JavaScript | 12 sec ago | 0.25 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 13 sec ago | 0.24 KB
-
📌 Swapzone +37% glitch ⭐ W
JavaScript | 21 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ C
JavaScript | 21 sec ago | 0.25 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