mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Add $cover cell type and SVA cover() support
This commit is contained in:
parent
911c44d164
commit
3928482a3c
14 changed files with 38 additions and 9 deletions
|
@ -1305,6 +1305,14 @@ endmodule
|
|||
|
||||
// --------------------------------------------------------
|
||||
|
||||
module \$cover (A, EN);
|
||||
|
||||
input A, EN;
|
||||
|
||||
endmodule
|
||||
|
||||
// --------------------------------------------------------
|
||||
|
||||
module \$initstate (Y);
|
||||
|
||||
output reg Y = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue