Question d’entretien chez LSI

Write a verilog code to swap data with and without a temp register.

Réponses aux questions d'entretien

Utilisateur anonyme

21 oct. 2010

nonblocking assignment a<=b; b<=a;

Utilisateur anonyme

15 nov. 2017

Another way: a = a + b b = a - b a = a - b