mirror of
https://github.com/MPSU/APS.git
synced 2025-11-20 23:00:40 +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