mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 09:40:10 +00:00
Рефактор Debug manual
This commit is contained in:
@@ -5,7 +5,7 @@ module max_min(
|
||||
output logic [ 3:0] min
|
||||
);
|
||||
|
||||
always_comb @(*) begin
|
||||
always_comb begin
|
||||
if(a > b) begin
|
||||
max = a;
|
||||
min = b;
|
||||
|
Reference in New Issue
Block a user