Forum Discussion

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

VHDL gcd program

HI, I written vhdl gcd program when i compile it gives an error. simulator : open source ghdl simulator command used : ghdl -a gcd.vhd library IEEE; use IEEE.STD_Logic_1164.all; ...