Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

how to define a function in quatus?

I created a file named user_defs.vhl, the contents as below: LIBRARY ieee; USE ieee.std_logic_1164.all; PACKAGE user_defs IS Type Clock is (int, ext); Type Trig is (manual, auto); ...