Skip to content

Commit

Permalink
analog_pocket: Add Serial (to fix CI) and add to board list.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Sep 21, 2023
1 parent 3df677c commit c14d66c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Some of the suported boards, see yours? Give LiteX-Boards a try!
├── aliexpress_xc7k420t
├── alinx_ax7010
├── alinx_axu2cga
├── analog_pocket
├── antmicro_artix_dc_scm
├── antmicro_datacenter_ddr4_test_board
├── antmicro_lpddr4_test_board
Expand Down
7 changes: 7 additions & 0 deletions litex_boards/platforms/analog_pocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
("clk74a", 0, Pins("V15"), IOStandard("3.3-V LVCMOS")),
("clk74b", 0, Pins("H16"), IOStandard("1.8 V")),

# Serial.
("serial", 0,
Subsignal("tx", Pins("K21")),
Subsignal("rx", Pins("K22")),
IOStandard("1.8V")
),

# SDR SDRAM
("sdram_clock", 0, Pins("G12"), IOStandard("1.8V")),
("sdram", 0,
Expand Down

0 comments on commit c14d66c

Please sign in to comment.