Forum Discussion

zch's avatar
zch
Icon for New Contributor rankNew Contributor
7 years ago

how can i eliminate this ----> Error (10482): VHDL error at Controller.vhd(17): object "UNSIGNED" is used but not declared

1 Reply

  • The clue is in the error - declare it - either as a signal or a variable within the process...

    Unless you're using numeric_std package. In which case this becomes a defined type. So you'll need to change the name of your signal.

    Cheers,

    Alex