Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

error 10482

Altera_Forum
Honored Contributor II
1,156 Views

I'm writing my vhdl code for a lab assignment. When I try to simulate, I get this error and don't understand what it means: Error (10482): VHDL error at LW6.vhd(15): object "down" is used but not declared 

 

port( DHC : in bit_vector(2 down to 0); 

LEG7: out bit_vector(6 down to 0); 

RSEG7: out bit_vector(6 down to 0); 

I, J, A, B, SONIC : out bit ); 

end entity LW6; 

 

Any help appreciated, 

 

Steve
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
453 Views

 

--- Quote Start ---  

bit_vector(2 down to 0); 

--- Quote End ---  

 

Review your VHDL text book or a Altera Quartus example. You should write downto not down to.
0 Kudos
Reply