📄 altera.html
字号:
<pre>Tested with Altera Quartus 2 version 6.1 First, enter Quartus, and create a project. Next, Add the files "math_utility_pkg.vhdl", "fixed_pkg_c.vhdl" and "float_pkg_c.vhdl" to the project. Quartus seems to simply ignore library names, so you can just run from there.When loaded, hit the "run" arrow. This will take some time to run, but itseems to give a functional result.Things Quartus didn't like about these packages:1) Didn't like the "alias" statements on functions and type. Had to commentthese out or replace them with subtypes.</pre>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -