3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-19 12:23:39 +00:00

Add documentation for VHDL library directory

This commit is contained in:
Akash Levy 2024-10-23 23:53:21 -07:00
parent 1953a42f0d
commit 8e667e2e9f

View file

@ -3168,6 +3168,11 @@ struct VerificPass : public Pass {
log("Add module to list of modules to ignore during parsing.\n"); log("Add module to list of modules to ignore during parsing.\n");
log("\n"); log("\n");
log("\n"); log("\n");
log(" import -set_vhdl_default_library_path <path>\n");
log("\n");
log("VHDL default library path.\n");
log("\n");
log("\n");
#endif #endif
log(" import -set-error <msg_id>..\n"); log(" import -set-error <msg_id>..\n");
log(" import -set-warning <msg_id>..\n"); log(" import -set-warning <msg_id>..\n");