3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Merge pull request #4084 from jix/scopeinfo

$scopeinfo support
This commit is contained in:
Miodrag Milanović 2024-02-12 09:51:22 +01:00 committed by GitHub
commit edb95c69a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 976 additions and 21 deletions

View file

@ -2763,3 +2763,10 @@ assign Y = A;
endmodule
// --------------------------------------------------------
(* noblackbox *)
module \$scopeinfo ();
parameter TYPE = "";
endmodule