1 Star 1 Fork 0

haorui/matlab_vcs_co_sim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
readme.txt 850 Bytes
一键复制 编辑 原始数据 按行查看 历史
haorui 提交于 2021-08-23 16:56 . update readme
my software version:
vcs: /usr/synopsys/L-2016.06
matlab : R2017a
mode0: convert matlab to c ;
1 cd run
2 gvim .bashrc
export PATH="/usr/MATLAB/R2017a/bin:$PATH"
modify your matlab path and save
3 source .bashrc
4 make gen_model
5 run sim :
make
log: UVM_INFO ../tb/./fft_pkg.sv(183) @ 2275: uvm_test_top.m_env.m_scoreboard [SCORE] Normalized rms value of fixed-point FFT is -0.001395
dpi mat-eng
mode1: verilog ---- c ----- matlab
1 cd cmodel
2 source .bashrc
export PATH="/usr/MATLAB/R2017a/bin:$PATH"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/MATLAB/R2017a/bin/glnxa64"
3 generate *.so for verilog
make all
4 cd ../my_tb/
5 make sim DUMP=DUMP
log : fft_checker run end!,the result is -0.001395 65525
view code:
make verdi
view wave:
make dve
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/haoanqi/matlab_vcs_co_sim.git
git@gitee.com:haoanqi/matlab_vcs_co_sim.git
haoanqi
matlab_vcs_co_sim
matlab_vcs_co_sim
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385