mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-15 07:15:28 +00:00
Add (* gclk *) attribute support
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
f273291dfe
commit
4372cf690d
4 changed files with 23 additions and 1 deletions
|
@ -40,6 +40,7 @@ struct VerificClocking {
|
|||
SigBit enable_sig = State::S1;
|
||||
SigBit disable_sig = State::S0;
|
||||
bool posedge = true;
|
||||
bool gclk = false;
|
||||
|
||||
VerificClocking() { }
|
||||
VerificClocking(VerificImporter *importer, Verific::Net *net, bool sva_at_only = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue