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
To perform arbitrary Verilog import, the current PyMTL implementation actually assumes the names of ports in the Placeholder component has to be the same as those in the top level Verilog module. This is obviously not a sound assumption and a better approach (which pymtl v2 does) is to support a port name mapping between the python ports and the Verilog ports.
The text was updated successfully, but these errors were encountered:
To perform arbitrary Verilog import, the current PyMTL implementation actually assumes the names of ports in the
Placeholder
component has to be the same as those in the top level Verilog module. This is obviously not a sound assumption and a better approach (which pymtl v2 does) is to support a port name mapping between the python ports and the Verilog ports.The text was updated successfully, but these errors were encountered: