diff --git a/info.yaml b/info.yaml index f6c3071..6879c8e 100644 --- a/info.yaml +++ b/info.yaml @@ -1,10 +1,10 @@ # Tiny Tapeout project information (Wokwi project) project: - wokwi_id: 0 # Set this to the ID of your Wokwi project (the number from the project's URL) - title: "" # Project title - author: "" # Your name - discord: "" # Your discord username, for communication and automatically assigning you a Tapeout role (optional) - description: "" # One line description of what your project does + wokwi_id: 413387014781302785 # Set this to the ID of your Wokwi project (the number from the project's URL) + title: "L display" # + author: "Matt Lamparter" # + discord: "" # none + description: "Displays "L" character on a 7 seg display when 00101111 entered on the input (and pressing the Step button to enable display)" # Displays "L" character on a 7 seg display when 00101111 entered on the input (and pressing the Step button to enable display) language: "Wokwi" # other examples include SystemVerilog, Amaranth, VHDL, etc clock_hz: 0 # Clock frequency in Hz (or 0 if not applicable) @@ -15,22 +15,22 @@ project: # The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins. pinout: # Inputs - ui[0]: "" - ui[1]: "" - ui[2]: "" - ui[3]: "" - ui[4]: "" - ui[5]: "" - ui[6]: "" - ui[7]: "" + ui[0]: "IN0" + ui[1]: "IN1" + ui[2]: "IN2" + ui[3]: "IN3" + ui[4]: "IN4" + ui[5]: "IN5" + ui[6]: "IN6" + ui[7]: "IN7" # Outputs uo[0]: "" uo[1]: "" uo[2]: "" - uo[3]: "" - uo[4]: "" - uo[5]: "" + uo[3]: "OUT3" + uo[4]: "OUT4" + uo[5]: "OUT5" uo[6]: "" uo[7]: ""