在matlab R2011b command窗口下,输入以下命令
>> dos('lmutil lmdiag C4D5_512A')
lmutil - Copyright (c) 1989-2010 Flexera Software, Inc. All Rights Reserved.
FLEXnet diagnostics on Tue 11/1/2011 22:47
-----------------------------------------------------
License file: D:\altera\11.0\quartus\bin\license.DAT
"C4D5_512A" v9999.12, vendor: alterad
uncounted nodelocked license, locked to ethernet address "40618600cbbb" expires: 22-mar-2037
TS_OK: Checkout permitted when client is using terminal client
This is the correct node for this node-locked license
License file: D:\Program Files\Synplicity\fpga_962\license.txt
No licenses for C4D5_512A in this license file
ans =
有些人说This is the correct node for this node-locked license表示破解成功,但老觉得
Checkout permitted when client is using terminal client这句很有问题。
在matlab环境下使用dsp builder利用.mdl文件

点击signal compile产生VHDL文件过程中产生问题:
英文不用解释也知道什么意思,但明明破解好的啊,环境变量也设置了,怎么就license不起作用呢?
于是想打开例程看看怎么回事,D:\altera\11.0\quartus\dspba\Examples\Filters\demo_dcic.mdl
simulation--start
Hardware Generation Disable
Failed to obtain a valid license
please ensure that you license file is on you Matlab Path ,or contact
Altera to obtain a license
Simulation will continue for evaluation purposes
还是找不到可用的license,抓狂啊!
上了一些中文论坛,英文论坛,问题还是没有解决,不过可以肯定的是不是自己没有按照步骤破解,而是网上流传的8.1以后破解文件都只是破解了标准库,对于advance高级库都没有破解,所以使用不了,即我们使用的大多数是evaluation license。唉只能期待某位大神破解高级库了。
-------------------------------------------------------------------------------------
11月02号晚上 乱搞了一通,居然编译通过了!
我也说不清哪里出错了。
再次打开例程,D:\altera\11.0\quartus\dspba\Examples\Filters\demo_dcic.mdl
还是一样的问题,而此时注意到菜单栏上显示的是altera dsp builder advanced之类的字符,证明这种情况就是所谓的标准库可用,可以编译,高级库不能用,因为使用的是evaluation license,仿真时警告但还是会以评估意向继续进行。
可以总结出编译出错或者找不到license可能的情况有:
1.破解文件有效。#用DSP_Builder_9.0破解器.exe破解C:\altera\90\quartus\dsp_builder\bin\文件(运行DSP_Builder_9.0破解器.exe后,首先要点击“浏览”选中PortManager.dll,安装默认的PortManager.dll路径是在C:\altera\90\quartus\dsp_builder\bin\下,选中PortManager.dll后再点击“应用”。很多用户上来就点击“应用”,结果并没有破解这个软件)。
2.版本不对应,网上说如9.0破解文件可以破解11.0,但一部分功能使用不了,具体不详。
3.版本对应,但破解文件只是能破解标准库,高级库功能使用不了。
最简单的办法就是把别人破解完全的dsp_builder安装目录下的两个dll文件覆盖到自己的目录下,如
D:\altera\11.0\quartus\dsp_builder\bin 下面的
PortMangager.dll和SimgenExport.dll两个文件复制到自己目录下即可,其实破解器.exe主要就是破解了这两个文件,而license都大同小异,只要改下host id可以用于不同版本不同主机上。我的dsp builder 11.0暂时来说可以使用标准库,高级库还是用不了,需要上述文件的可以留下邮箱我发过去。
再注:下载地址改为CSDN 免积分下载 http://download.csdn.net/detail/simba888888/5319929