|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
我在做仿真测试的时候,将用$readmemh任务函数,将13720*3*12bit,数据存入寄存器组;
结果仿真的时候,说寄存器容量上限有限制:
WARNING: Simulation object /dpeak_top_test/mem was not traceable in the design for the following reason:
The number of elements in the requested object is 493932, which exceeds the maximum traceable size of 65536 elements. The maximum can be changed with the "isim set maxtraceablesize" Tcl command.
Simulator is doing circuit initialization process.
然后,我再Tcl cammand中输入:isim set maxtraceablesize
结果:
Command>isim set maxtraceablesize
couldn't execute ".\isim.CMD": no such file or directory
求指教,该如何修改寄存器容量上限 |
|