Skip navigation.
Home

Please specify the correct library via the -work_lib switch. ISE

This occurs in Xilinx's ISE Project Navigator. The exact error message I got was:

ERROR:Xst:2472 - Top module was not found.
ERROR:Xst:2469 - Please specify the correct library via the -work_lib switch.

The problem I had was that one of my verilog files was not in the 'work' library but in the 'verilog library. All I had to do was move that file into the 'work' library and ISE was able to implement the design. To move the file you go to the Libraries tab in Project Navigator.

Syndicate content