Skip to content

Latest commit

 

History

History

nextpnr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Status

Running build.sh results in a complete flow from Verilog to binary bitstream.

  • simple.v sets LED outputs to 1'b0, 1'b1 and clk. When uploaded to the FPGA it executes as expected.
  • blinky.v Sets up a clock driven counter, blinks 8 LEDs
  • blinky_int_osc.v Like above, but uses the internal oscillator instead of external one
  • blinky_int_osc_pll.v Another blinky, but this one uses the built in pll
  • rs232demo.v UART RX & TX controlling 5 LEDs
  • bram_rom.v Uses a BRAM tile as ROM, blinks out the contents

Files