Popular repositories Loading
-
fifo_tb.sv
fifo_tb.sv Public template- Synchronous FIFO operates under a single clock domain, meaning both read and write actions are triggered by the same clock signal.
-
d_flipflop_sv
d_flipflop_sv PublicThe D_ff is a sequential circuit ,the function of d_ff is whatever the input is given to the terminal the output of q is same ,qbar will be constrast.Also i write it in uvm style like testbench,env…
SystemVerilog 1
-
And-gate-
And-gate- PublicAnd gate is a basic digital logic gate, if the output is 1 when all inputs are 1, if any one of the inputs or both inputs are 0 the output will become 0. I just write it in both behaviour model, da…
-
And-gate
And-gate PublicAnd gate is a fundamental digital logic gate, if the output is 1 then input is 1, incase if anyone of the input is 0 the output will become 0. I just write code in dataflow, behavioral model.
Verilog
-
Halfadder.v
Halfadder.v PublicA Half adder used in binary Arithmetic. It adds two single bit binary numbers and produces sum & carry. The sum output works on XOR operation, carry output works on AND operation i.e, means if two …
Verilog
-
up_counter-rename-counter
up_counter-rename-counter Publicup_counter-> incrementing, down_counter-> decrementimg
SystemVerilog
If the problem persists, check the GitHub status page or contact support.