User Profile
User Widgets
Contributions
Re: Generate a specific number of seats for a cost-free license not possible
As we do not receive any response from you on the previous question/reply/answer that we have provided. Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.358Views0likes0CommentsRe: Open source tcl files to generate IPs with Quartus
Thanks for your question. Sharing .tcl files, pin mappings, and constraints in an open-source repository is generally fine. Users will need a valid Quartus license to use the .tcl scripts and generate IPs. Make sure to mention this requirement.437Views1like0CommentsRe: Questasim vdel
Hi there, to let you know, I just get the following response from the engineer team; The following steps may be creating an error. 1. vmap rtest <library_path> : This step is creating the mapping with the name of rtest 2. vmap -del rtest : This step deletes the mapping done with the name of rtest. It means, Questa no more identify any library with the name of rtest 3. vdel -all -lib rtest: Here user is trying to delete the rtest library which no more exist. As logical link is deleted. User has to pass the full path of library now to delete it instead of rtest. Alternative is to switch the sequence of step 2 and 3. Perform vdel first and then vmap -del Let me know if you still face any problem. 1.5KViews0likes0Comments