Forum Discussion
Dear @RichardTanSY_Altera,
Thank you for your answer. Yes, I tried this solution, but it is uncomfortable:
- it is a graphical info which I can't store in a separate file
- It is hard to keep in git
- I can't use same constant in different layers of files - I have to duplicate this param inside of another bdf
The error from the option I showed on image in my question is:
Error (275082): Illegal values "work.my_pack.myPar" for parameter "CCC". The type is "Signed Integer".
I guess that means that the compiler doesn't see my constant myPar from the package my_pack
Could you share your design and package so that I could duplicate it from my side?
- dsmirnov5 years ago
Occasional Contributor
Yes @RichardTanSY_Altera , the project attached to this message
- RichardT_altera5 years ago
Super Contributor
Sorry for idling for sometime. The BDF is weak in handling this kind of situation.
My best bet is to write the design in VHDL in the first place.