- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
How could I read the VHDL source files into Quartus-II using the TCL commands? I'm seeking for something like following: read_rtl <path_to_rtl_file> Thank youLink Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
assuming you're reading them into a project:
set_global_assignment -name VHDL_FILE <my_vhdl_filepath> -library whatever- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There's always this:
https://documentation.altera.com/#/00062145-NT$NT00061908 I find it has too much info though. Generally do it once in the GUI, then go look at what appears in the .qsf. There's also the Tcl scripting reference: https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/manual/tclscriptrefmnl.pdf
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page