-
Notifications
You must be signed in to change notification settings - Fork 26
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
VHDL Support #11
Comments
Shouldn't Lattice's toolchain be able to also program the Alhambra Board? I can't imagine that this does not work. Anyhow an open-source approach is provided by iceprog from the icestorm or openFPGAloader. A short example below shows how to use both tools to program the ice40 FPGA (both were tested on my board). Still you have to adjust
|
A simple design can be found at my repo that should get you started with a pure OSS VHDL flow. |
I was wondering what learning resources are available regarding the programming of the iCE40HX4K in the Alhambra-II using the VHDL language rather than Verilog/SystemVerilog. The reasoning for this is, lots of Spanish universities teach VHDL and not Verilog, thus it'd be great for students to be able to leverage their learnt FPGA skills using this board.
As far as I'm concerned, the only toolchain that supports this is the "official" Lattice iCEcube2. But how can a bitmap generated with this privative software (or others) be programmed into the board over USB?
The text was updated successfully, but these errors were encountered: