摘要:
# sys.path -- module search path. sys.path.append(os.path.join(here, '..')) from fliplot.core import parseFileapp = Flask('fliplot') 今天改一个程序,在原先的文件夹里好 阅读全文
摘要:
今天jquery-ui和jquery配合出错:Uncaught TypeError: Cannot read property 'step' of undefined 这里说是因为用了jquery的slim版,没那个函数了。可我用的不是slim版。反正换版本呗。 这里是新浪的CDN. 折腾了一会,还 阅读全文
摘要:
首先要知道less: @width: 10px; @height: @width + 10px; #header { width: @width; height: @height; } 转换为CSS: #header { width: 10px; height: 20px; } 功能倒是强了,不过我 阅读全文
摘要:
JavaScript和C都是编程语言。运行库和语言是两码事,如C的fopen和fprintf; JS在浏览器里运行的时候,可以调用alert()和console.log(). C是编译型语言,编译成.exe后单独运行;JS则需要个解释器/虚拟机(Virtual Machine)/引擎。 微软有自己的 阅读全文
摘要:
[stackoverflow] Q. I have seen an HTML code like this for the ID attribute: id="t1:c3" Can someone explain this to me? What is the purpose of the colo 阅读全文
摘要:
https://files.cnblogs.com/files/blogs/714801/iverilog-12.0-windows.7z 5,536KB 不带GTKWave. 玩玩在console看01就行。还有$dumpvars和$monitor呢。 Icarus Verilog is avai 阅读全文
摘要:
6.111 Fall 2017 (mit.edu) MIT的网站,有不少资料可供下载。 阅读全文
摘要:
补充: 今天干别的事情时发现D:\Python39\Lib\site-packages\Verilog_VCD\下没有__init__.py,我当初from Verilog_VCD import *咋work的?目前合理的解释是:当初把Verilog_VCD.py复制到当前目录下了。不是因为发现找不 阅读全文
摘要:
It would require a great deal of writing on my part, and a great deal of reading on yours, to follow the King through his disputes with the Barons, an 阅读全文
摘要:
Verilog is a Hardware Description Language (HDL) used to model digital logic. The values of signals can be written out to a Value Change Dump (VCD) fi 阅读全文
摘要:
Icarus Verilog的使用 博客园 test.vcd是文本文件!看文本比看波形习惯多了。 #16 b110 ! b110 % b1000000 # b1000000 $ dsn也是文本文件!the compiler can generate an intermediate form call 阅读全文