Caustic's Codes

My Github Profile Page


Generating Bitfiles for the NetFPGA from verilog

February 12, 2013

In one of my earlier posts I mentioned that I’d need to be compiling verilog files for my NetFPGA. Having no experience with Xilinx ISE, I thought it would be a pretty daunting task.

First things first

There are a couple of prequisites:

So I pulled up my terminal and set to work figuring out how to compile the reference bitfiles from the verilog. Using this page as a guide, I was able to do it relatively easily.

Whats more? I don’t ever have to open an IDE to generate bitfiles! (Although I’m sure I’ll need it at some point.)

Cheers!