K
kwaj
Guest
I was wondering if there was a way to set up a seperate file to hold
constants, which could be used in my main program file?
I figured creating a file titled 'constantsAll.vhdl' and putting the
following constant in that file,
--
- Kwaj
constants, which could be used in my main program file?
I figured creating a file titled 'constantsAll.vhdl' and putting the
following constant in that file,
which I would access be a'variable int: ineteger := 24';
in my main program would suffice. But this doesn't seem to work. Any ideas?use constantAll
--
- Kwaj