What I am trying to achieve is to synthesize very simplistic vhdl
to bitstream
and test on a proto
board.
Actually language does not matter. Anyone achieved so far so that you can directly generate bit from any form of code without the requirement of running vendor specific IDE’s ?
I stumbled upon within my search-foo skills but wanted to ask you guys before I desperately give each option a try unless someone reports success with some of the options.
I know this can be done because I compiled and synthed petalinux
from scratch and got a fully functional bitstream
.
Now I am just trying to experiment on simplistic approaches.