Skip to content

Commit

Permalink
targets/analog_pocket: Disable debug for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Oct 17, 2023
1 parent f86ba2d commit cc19078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_boards/targets/analog_pocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def __init__(self, pads, clock_domain="sys"):
self.add_video_framebuffer(phy=self.videophy, timings="640x480@60Hz", clock_domain="video")


if True:
if False:
#./analog_pocket.py --uart-name="crossover" --with-video-framebuffer --csr-csv=csr.csv --build --load
# litex_server --jtag --jtag-config=openocd_usb_blaster.cfg
# litex_term crossover
Expand Down

0 comments on commit cc19078

Please sign in to comment.