Hacker News new | ask | show | jobs
by KSS42 1995 days ago
Verilog has a conditional operator ?:

condition ? value_if_true : value_if_false

It is used quite extensively in ASIC design.

1 comments

As does C, Ruby...