Posted on August 6th, 2009 by COMP-E
Well, I thought I’d be extra generous since I haven’t posted in so long, and have uploaded 4 verilog examples for your viewing pleasure.
I have been a bit busy to comment them but I hope that they may be useful still as just coding examples.
Enjoy
Verilog – 14-bit BCD ( Binary Converted to Decimal)
Verilog – 4 [...]
Read More
Posted on March 12th, 2009 by COMP-E
This assembly program reads in 8, 8-bit numbers and is able to calculate the min, max, and average of those numbers. The code has been optimized for speed, but if compact code is what you want, by all means use a looping structure. I should mention that this program is an introduction to assembly and [...]
Read More
Posted on March 12th, 2009 by COMP-E
This SLSL / ’sudo verilog’ program implements the digital design of a pipeline having multiple registers, an adder, and multiplication architecture. The program can easily be re-implemented in Verilog at your discretion. SLSL is a wonderful language that allows for rapid development of digital designs, which is why many of my programs are [...]
Read More
Posted on March 7th, 2009 by COMP-E
It took a week to get it from Washington state, but it’s finally here. My gorgeous Nexys 2 board I ordered from Digilent. It uses the Xilinx Spartan 3-e chip and has a lot of nice extra features that the one that Xilinx makes didn’t have. Digilent’s website also has a ton of cool addons [...]
Read More
Posted on March 3rd, 2009 by COMP-E
Howdy all,
I’ve been getting into some realy hobby stuff as of late and you will be seeing some forum posts on it in the near future. I just got myself a Nexys 2 board ( Xilinx Spartan 3 – based) and will be seeing what I can get out of it. The overall goal is [...]
Read More