modelsim

What is the difference between Verilog ! and ~?

会有一股神秘感。 提交于 2019-11-27 23:44:33
问题 So it ended up that the bug that had kept me on for days, was a section of code that should have evaluated to False evaluating to True. My initial code went something like: if(~x && ~y) begin //do stuff end i.e. If x is NOT ONE and y is NOT ONE then do stuff. Stepping through the debugger, I realized even though x was 1 the expression in the if-statement still resulted into TRUE and the subsequent code was executed. However, when I changed the statement to: if(x == 0 && y == 0) begin //do

quartus16.1和modelsim-altera for linux的安装

∥☆過路亽.° 提交于 2019-11-26 01:00:58
quartus16.1和modelsim-altera for linux的安装 linux的发行版是:ubuntu18.04(18可以的话,16肯定也行) 所以这篇东西也称:ubuntu安装quartus和modelsim 文章目录 quartus16.1和modelsim-altera for linux的安装 致谢 安装 安装quartus,quartus_help 安装modelsim bug 开启quartus 开启modelsim 修改 vco 腳本 后话 致谢 文首先得谢谢前人的帮忙: wiki_arch_modelsim coldnew’s blog eetop 下载地址: Quartus Prime Standard Edition QuartusHelpSetup ModelSim AE/ASE 东西eetop都有(包含crack),只是让大家顺手点开的时候先下载再继续看而已 eetop 我安装的quartus版本是16.1.但是看参考资料的介绍,前前后后的版本应该都是通用的. 安装 安装quartus,quartus_help 下载完之后给权限安装就完事了,虽说网上的教程全部都是用root来安装的,但是因为我是ubuntu的桌面玩家,所以我用的是自己的用户.事实证明也没有任何问题. 第一个小bug是,安装包很智能的扫描了 本目录 下有没有其他安装包