Farid Shamani
Newbie level 6
- Joined
- Jun 11, 2013
- Messages
- 14
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 95
I have a synthesizable DRAM block which is instantiated by a .hex file. Since i have used altera_mf library, it produces a compiler generated partition named SLD_HUB:AUTO_HUB during the compile time. When i intend to do partial reconfiguration, Quartus II shows me an error "Detected unsupported compiler-generated partition "<name>" in a project with partial reconfiguration enabled". I should either modify the code and remove the unsupported partition or disable partial reconfiguration.
In general, metafunctions are not permitted for being a part of partial reconfiguration. I wonder if some one has any idea how to enforce the PR without removing that metafunction.
Thanks
In general, metafunctions are not permitted for being a part of partial reconfiguration. I wonder if some one has any idea how to enforce the PR without removing that metafunction.
Thanks