TinyTapeout / tt-micropython-firmware

TinyTapeout demo pcb's RP2040 functionality
GNU Lesser General Public License v2.1
4 stars 7 forks source link

Need to update some pin names in tt.dump() #15

Open urish opened 5 days ago

urish commented 5 days ago

Instead ofnprojectrst, it should say rst_n and instead of rp_projclk, it should say clk (to match the TT pin names)

>>> tt.dump()

Demoboard status
Demoboard default mode is ASIC_RP_CONTROL
Project nRESET pin is IN 1
Project clock PWM enabled and running at 10000000
Selected design: tt_um_urish_spell (642) @ https://github.com/urish/tt06-spell

Pins configured in mode ASIC_RP_CONTROL
Currently:
  cena OUT 1
  cinc OUT 0
  ncrst OUT 1
  nprojectrst IN 1
  rp_projclk OUT 0
  rpio29 IN 0
  ui_in0 OUT 1
  ui_in1 OUT 0
  ui_in2 OUT 0
  ui_in3 OUT 0
  ui_in4 OUT 0
  ui_in5 OUT 0
  ui_in6 OUT 0
  ui_in7 OUT 0
  uio0 IN 0
  uio1 IN 0
  uio2 IN 0
  uio3 IN 0
  uio4 IN 0
  uio5 IN 0
  uio6 IN 0
  uio7 IN 0
  uo_out0 IN 1
  uo_out1 IN 1
  uo_out2 IN 0
  uo_out3 IN 0
  uo_out4 IN 0
  uo_out5 IN 0
  uo_out6 IN 0
  uo_out7 IN 0