H265 ENCODER RTL V2.0仿真教程
-
@tang 想问下Xilinx的板子硬件已经实现了吗 z7020?可以提供下具体的硬件清单吗
-
@Fudh 我们用的zcu102,zynq ultrascale+,谢谢
-
This post is deleted!
-
This post is deleted!
-
请问cabac_bina.v中的两处for循环,都以i作为循环变量,是不是有问题?
// --- Specail --- //
reg ctx_spflag[0:3];
integer i;always @ (*)
begin
for (i=0; i<4; i=i+1)
begin
case(ctx[i])
9'd8:
-
@tang 您是否使用Xilinx板(尤其是Zynq ultrascale + zcu102板)成功实现了代码?
-
@kemberly 我们成功实现了,谢谢
-
@tang, 可以使用Windows模擬嗎
-
@yfor 1920x1088有RTL仿真过可以吗?
-
@tang
I'm getting some errors while doing the simulaion.
The parameter 'bs_byte_cnt' isn't matching between f265 and h265
How can it be corrected
I've attached the screenshot..Please tell模拟时出现一些错误。
f265和h265之间的参数'bs_byte_cnt'不匹配
如何纠正
我已附上屏幕截图。.请告诉
-
@wr115946873
I'm getting some errors while doing the simulaion.
The parameter 'bs_byte_cnt' isn't matching between f265 and h265
How can it be corrected
I've attached the screenshot..Please tell模拟时出现一些错误。
f265和h265之间的参数'bs_byte_cnt'不匹配
如何纠正
我已附上屏幕截图。.请告诉
-
Sir,can you please tell which module is to be added for rate control??
I'm currently working on h265enc_v2.0 made by you..
I'm not able to get the output because of some errors in simulation.I'm attaching the screenshot of the errors in this.
Please tell how to correct the errors.先生,您能告诉我们要添加哪个模块进行速率控制吗?
我目前正在研究您制作的h265enc_v2.0。
由于模拟中存在一些错误,因此我无法获得输出。我在此附加了错误的屏幕截图。
请告诉您如何纠正错误。
-
@tang said in H265 ENCODER RTL V2.0仿真教程:
软件和硬件设置的QP不同输出的错误结果,错误后会停止编码,供参考
作为一个初学者,请问如果出现第二种错误的话,怎么解决阿?
-
@li_fpga 如果你是在Windows环境下的仿真,可以试试看将测试文件中$fopen中的 'r' 改成 'rb',我之前也遇到了,后来改了之后就没有问题了
-
@gavinchen 请问你解决这个问题了吗?我用modelsim进行仿真,到最后遇到 $fscanf : Argument 1 is not a valid file descriptor.的报错
-
有人成功在Windows用modelsim仿真成功过吗?
-
@龙行泽雨 我目前在modelsim上仿真成功,可以交流
-
@LiuChangjiang 你好能请教你一下如何在modelsim仿真的吗,新人小白最近刚接触这个
-
请问在进行波形仿真的时候使用verdi软件,但是进行make ncsim和make vcs并不产生fsdb文件以至于无法看到波形,有解决方法吗
-
@LiuChangjiang 您好能请教你一下如何在modelsim仿真的吗 或者方便看下您的makefile文件吗