Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Query regarding ternanry operations

chris123@#

Newbie
Newbie level 1
Joined
Jan 27, 2025
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
16
Hi

I have a situation in system verilog

assign a = t ?b : 0;

t is initially 0. b is initially some data 0xC. After some time t changed to 1. b is still 0xC so "a" became 0xC. after some small delay, b changed to 0xD but "a" hasn't changed.
After further delay, t changed to 0 and a changed to 0.

I did not understand why "a" did not change to 0xD?

Any clarification on this would be very helpful

Thank you
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top