Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- BFM's are supposed to used only for testing of individual components right? why are they synthesizable? --- Quote End --- They're not. Look at the source code, synthesis gets turned off (the BFM code gets skipped). For a BFM Avalon-MM master named bfm_master, during synthesis you will get warnings that bfm_master nets are unconnected. Altera should have used additional synthesis directives to connect the unused interface control signals to ground, eg., by using HDL comments that get interpreted during synthesis. However, you can ignore the warnings. Cheers, Dave