摘要: 参考官网https://verilator.org/guide/latest/example_cc.html#example-c-execution #下载整个步骤 #示例使用 ##main.cpp #include <stdio.h> #include "Vtop.h" #include "ver 阅读全文
posted @ 2023-02-16 14:46 心比天高xzh 阅读(99) 评论(0) 推荐(0)
摘要: #遇到问题 git clone报错,显示没有权限。 #创建ssh key 运行ssh-keygen -t rsa -b 4096 -C "邮箱" 回车三次,ssh key放在~/.ssh的默认文件夹下,不设密码。 #复制ssh key内容 cat ~/.ssh/id_rsa.pub 将显示内容复制 阅读全文
posted @ 2023-02-16 13:54 心比天高xzh 阅读(129) 评论(0) 推荐(0)