I have a file with the .bo extension. After some researches it seems be built with bluespec which is use with risc-V architecture. My objective is to reverse this file.
When i do:
file myfile.bo
myfile.bo: data
So, I don't know if it's a good "format" for the file. Or what must be the return of the file command on a .bo file? What is the basic header file for a verilog file?
Thanks for your help.