CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 23:48:51 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=5eaf713056ddac7ef88ffd9137e833597b73f7cbb561cc6ae7fef5f01b01c325a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22wEdNDKDm8SVS948lxDJN1_hXBIX_4qkv%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d2402dcf5cc181-BLR
LSIC - Main System - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module MainSystem(
- input rst,
- input clk,
- input switch_pause,
- input btn_start,
- output [6:0] hex0, hex1, hex2, hex3, hex4, hex5
- );
- wire clk_2_5MHz;
- wire [31:0] ms_count;
- reg [1:0] opcode;
- FrequencyDivider freq_div (
- .clk_in(clk),
- .rst(rst),
- .clk_out(clk_2_5MHz)
- );
- TimeMeasurement timer (
- .clk(clk_2_5MHz),
- .rst(rst),
- .opcode(opcode),
- .ms_count(ms_count)
- );
- SevenSegmentController display (
- .ms_count(ms_count),
- .hex0(hex0),
- .hex1(hex1),
- .hex2(hex2),
- .hex3(hex3),
- .hex4(hex4),
- .hex5(hex5)
- );
- always @(*) begin
- opcode = 2'b00;
- if (btn_start) opcode = 2'b01;
- if (switch_pause) opcode = 2'b11;
- end
- endmodule
Advertisement
Add Comment
Please, Sign In to add comment
-
π Swapzone +37% glitch
JavaScript | 5 sec ago | 0.24 KB
-
β
β Make huge profits on trading ββ 8
JavaScript | 7 sec ago | 0.25 KB
-
π Exchange profit method
JavaScript | 14 sec ago | 0.24 KB
-
ββ
Marketplace Glitch β
Working β
NEVER SEEN...
JavaScript | 16 sec ago | 0.25 KB
-
β Free Crypto Method β
JavaScript | 24 sec ago | 0.24 KB
-
ββ
Exploit 2500$ in 15 Minutesβββ W
JavaScript | 25 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)ββ W
JavaScript | 34 sec ago | 0.25 KB
-
π Crypto Swap Glitch β
Working
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