3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-21 13:23:40 +00:00

Merge pull request #2080 from YosysHQ/eddie/fix_test_warnings

tests: reduce test warnings
This commit is contained in:
Eddie Hung 2020-06-03 08:37:07 -07:00 committed by GitHub
commit 46ed0db2ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@ read_verilog -sv <<EOT
module Task_Test_Top
(
input a,
output b
output reg b
);
task SomeTaskName(a);