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
According to the documentation, it is necessary for specifying the top-level configuration or module of the design (i.e. the testbench module). Unfortunately, TestDriver in Chipyard appears to be compiled by VCS, and thus specifying -top TestDriver leads to a module collision:
Error-[TMENF-ILL] Top Module/Entity not found
Top module/entity/config "TestDriver" is not found in the following library
list.
Liblist: work
Error-[IRMINTM] Illegal module instantiations
Illegal to have recursive module instantiations.
No Top Modules Defined
There should be at least one top module that is not instantiated by any
other module.
According to the documentation, it is necessary for specifying the top-level configuration or module of the design (i.e. the testbench module). Unfortunately,
TestDriver
in Chipyard appears to be compiled by VCS, and thus specifying-top TestDriver
leads to a module collision:ucb-bar/hammer-synopsys-plugins#34 made
-top
optional as a workaround for now.The text was updated successfully, but these errors were encountered: