move commas ><
This commit is contained in:
parent
4a6582cc9b
commit
87cfd53949
|
|
@ -5,10 +5,10 @@
|
|||
// SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
module t (
|
||||
input logic sel
|
||||
, input logic sel2
|
||||
, input logic d
|
||||
, output logic out
|
||||
input logic sel,
|
||||
input logic sel2,
|
||||
input logic d,
|
||||
output logic out
|
||||
);
|
||||
|
||||
task automatic do_stuff(input logic din);
|
||||
|
|
|
|||
Loading…
Reference in New Issue