You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added -n command line option to v2act in core ACT library to recognize cells in a different namespace. However, at present, the namespace is not appended to the cell types and is assumed to be in the namespace search path.
current state:
the v2act -l <celllib.act> <verilog.v> assumes the cell lib to live inside namespace sync or async.
if the cells are in a different namespace they are reported as missing modules.
celllib.act :
verilog.v
output:
proposed behavior:
v2act -l <celllib.act> [-n namespace::subnamespace] with default to sync/async namespace
namespace::subnamespace can be any namespace hierarchy
verlig.v same as above
output:
purely optional (current use case does not need it):
have the ability to define multiple namespaces in which cells sit in.
The text was updated successfully, but these errors were encountered: