Jump to content
  • 0

Load data from bin file into Vivado.


amna

Question

Hi @artvvb. I hope you are doing fine.

I have a bin file that comprised of some noise data. I have to load this file into vivado so that I can do the desired processing on it. Can you guide me how to do this by using IPs in vivado as I have to build a block design.

Thank you 

Edited by amna
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hey amna,

The block memory generator IP accepts coefficient files (.coe) for initialization: https://vhdlguru.blogspot.com/2010/10/how-to-use-coe-file-for-initializing.html. Converting a bin file into the proper format is reasonably straightforward in something like Python. There are even some open-source repositories that look like they might be able to do it. This is an example (I can't speak to how well this particular one works): https://github.com/anishathalye/bin2coe.

Thanks,

Arthur

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...