mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
tests: fix some test warnings
This commit is contained in:
parent
ae11156c90
commit
60aa804915
6 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@ read_verilog -sv <<EOT
|
|||
module Task_Test_Top
|
||||
(
|
||||
input a,
|
||||
output b
|
||||
output reg b
|
||||
);
|
||||
|
||||
task SomeTaskName(a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue