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

Add builtin celltype $scopeinfo

Only declares the cell interface, doesn't make anything use or
understand $scopeinfo yet.
This commit is contained in:
Jannis Harder 2023-12-19 14:37:27 +01:00
parent 269c50f90e
commit f728927307
4 changed files with 22 additions and 0 deletions

View file

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