Altera_Forum
Honored Contributor
14 years agomultiple block data files (.bdf)
Hi
I am a beginner just started with 3c120-kit. I have made a design using the Block Editor. All design has been put into one single Block Design File (.bdf). The design runs ok, but the single bdf is not very good from point of view of the structure. I can easily split this file into 10 submodules. But when saving the partial designs in separate bdf's, the compiler wont understand the connection between the files, something which can easily been understood in normal programming languages (external references). When I am trying to make a topDesign using blocks, Quartus does not link the names in the submodules, so it does not work. How can one link easily (!!!) some bdf's to make a complete design, without having to make a lot of name mapping, which is done automatically by Quartus when the instances are in one single bdf, but which seems not to work, when splitting into different bdf's? Hints are much appreciated.