- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Is it possible to extend Tcl in Quartus by adding outside packages? Specifically, I am looking to autosend emails and/or SMS messages based on Quartus compilation status.
Cheers.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Randy,
Good question and I dont have the answer for now. I am checking this with developer.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Randy,
Yes, you can add outside packages. There are a number of packages that ship by default – there is a set of packages called “tcllib” that you can look up the documentation for. If the packages there don’t cover what you need, you can find a package to download, and copy the files to a known location. Then in the Tcl script, you configure the script to look in that location.
Quartus does have the ability to send compilation notifications, but you need an Intel account. Check the settings in the Tools menu -> Options -> Internet Connectivity -> Notification.
