altera.html
来自「something i got you may find this useful」· HTML 代码 · 共 16 行
HTML
16 行
<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 + =
减小字号Ctrl + -
显示快捷键?