fix info yaml typo
diff --git a/info.yaml b/info.yaml index 9d71706..d15b271 100644 --- a/info.yaml +++ b/info.yaml
@@ -5,7 +5,7 @@ source_files: # If using an HDL, set wokwi_id as 0 and uncomment and list your source files here - verilog/rtl/xnor1.v - verilog/rtl/top.v -# top_module: "rolfmobile99_top" # put the name of your top module here, make it unique by prepending your github username + top_module: "rolfmobile99_top" # put the name of your top module here, make it unique by prepending your github username # As everyone will have access to all designs, try to make it easy for someone new to your design to know what # it does and how to operate it.