wiki:PB_demo_nexsys2_Release_notes

Back to BioDelayGenerator

This is a demo picoblaze design configured for the Digilent Nexys2 board. Unzip it somewhere convenient, then add all the VHDL files and the UCF file to a new ISE project.

For a board other than Nexys2 you will need to change the UCF file. The top-level I/O are as follows:

  clk - 50MHz clock from crystal
  RX - serial port input data
  TX - serial port output data
  anodes[[3:0]], seg[[6:0]]
  sliders[[7:0]]
  leds[[7:0]]
  buttons[[3:0]]

If you want to build a version which doesnt use some of the above you will need to delete them from the UCF file, and also modify the file toplevel.vhd to eliminate references to the deleted pins.

The serial port is configured as follows:

  115200 baud
  8 data bits
  no parity
  1 stop bit
  no flow control

The program sends a $ prompt and waits for input. It understands two commands:

  R n                n is a hex port number 0-f
  W n dddd           dddd is 16-bit data to write 0000-ffff

In response to the r' command 4 hex digits are sent with (currently) two copies of the data read from the microblaze processor port specified.

Last modified 10 years ago Last modified on Nov 8, 2013, 10:17:54 AM