Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: binstr format with group and extra lines options #218

Open
H0smax opened this issue Mar 10, 2025 · 0 comments
Open

Feature request: binstr format with group and extra lines options #218

H0smax opened this issue Mar 10, 2025 · 0 comments

Comments

@H0smax
Copy link

H0smax commented Mar 10, 2025

I am using a Cyclone II FPGA which needs datafile to be the same size as defined by software. For example, a memory of 1024 words of 16 bits should look like this in the input file:
0011...0100 // 16 bits per line
0100...0000
... // until 1024 lines

where each line represent a single word.
But binstr only outputs the information in a single line.

I would like to do something like -f binstr,group:16 and get this kind of output. Also, specifying how much lines after the program ends would be perfect (like -f binstr,group:16,lines:1024 and fills with 0 until reaching 1024 lines).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants