mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 18:45:34 +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:
parent
269c50f90e
commit
f728927307
4 changed files with 22 additions and 0 deletions
|
@ -108,6 +108,7 @@ struct CellTypes
|
|||
setup_type(ID($overwrite_tag), {ID::A, ID::SET, ID::CLR}, pool<RTLIL::IdString>());
|
||||
setup_type(ID($original_tag), {ID::A}, {ID::Y});
|
||||
setup_type(ID($future_ff), {ID::A}, {ID::Y});
|
||||
setup_type(ID($scopeinfo), {}, {});
|
||||
}
|
||||
|
||||
void setup_internals_eval()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue