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