H.265 Video Encoder IP RTL Simulation 方法
-
范老师,您好,貌似代码中码率的设置是“0~51”,tb文件中设置的码率值是22。能介绍下这个设定的码率值和真实码率的对应关系么,谢谢!
-
@tomash 这个是QP值。目前版本代码没有码率控制,需要自行添加一个模块来实时改变QP就行
-
范老师,您好。运行的系统是centos还是ubuntu?方便透漏是哪个版本么,谢谢!
-
为什么不用Systenverilog、VMM和UVM等进行仿真呢
-
@xuweisheng 还没怎么用过
-
@bo 在modelsim/questasim中采用systemverilog语言开发基于UVM验证方法学的测试平台testbench,测试起来非常方便(可以搜索一下关于IC验证工程师的相关岗位信息)
-
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'不匹配
如何纠正
我已附上屏幕截图。.请告诉
-
Yibo Sir,
Where is the output hevc file located and what is the input file given??
I checked the code thoroughly but did not find any mention about input or ouput??
PLEASE TELL SIR艺博先生
输出hevc文件在哪里,输入文件是什么?
我彻底检查了代码,但未发现有关输入或输出的任何内容??
请告诉先生
-
@bo
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 ouput 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。
由于模拟中存在一些错误,因此我无法获得输出。我在此附加了错误的屏幕截图。
请告诉您如何纠正错误。
-
@sandeepvk22 I encountered a similar problem
did you solve the problem
-
@mbahadir No sir..I think there is some issue in the code ...I tried many methids but all of them failed
I tried using h264enc_v2.0 developed by Yibo Sir and it worked perfectly and so is using it