摘要: eclipse及其插件安装 对于我这种被VS惯坏了的人来说,make file 非常不友好的,最近要在redhat 下面去编译c++动态库和应用程序,原有的工程是在window下面的,要到linux下编译就要自己写make file ,或者用eclipse ,写make file是不能写了,看看ec 阅读全文
posted @ 2023-12-19 16:26 Hello-FPGA 阅读(49) 评论(0) 推荐(0)
摘要: proc_sys_reset 模块时序 下面为仿真时序,这里做一个record , 后面有使用问题可以参考该时序; 点击查看代码 module test( ); bit slowest_sync_clk; bit ext_reset_in; bit aux_reset_in; bit mb_debu 阅读全文
posted @ 2023-12-19 11:40 Hello-FPGA 阅读(313) 评论(0) 推荐(0)