gateware

A collection of little open source FPGA hobby projects
git clone http://frotz.net/git/gateware.git
Log | Files | Refs | README

board_icebreaker_hdmi111.pcf (313B)


      1 set_io clk12m_in 35
      2 
      3 # pmod1b
      4 set_io hdmi_clk 38
      5 set_io hdmi_hsync 34
      6 set_io hdmi_vsync 28
      7 set_io hdmi_de 32
      8 set_io hdmi_red 42
      9 set_io hdmi_grn 43
     10 set_io hdmi_blu 36
     11 
     12 set_io spi_miso 14
     13 set_io spi_mosi 17
     14 set_io spi_clk 15
     15 set_io spi_cs 16
     16 
     17 set_io uart_rx 6
     18 set_io uart_tx 9
     19 
     20 set_io led_red 11
     21 set_io led_grn 37
     22