Corrected the info.yaml file to point to the caravan.v file as the
top level netlist.
diff --git a/info.yaml b/info.yaml
index d30f980..eeed9a4 100644
--- a/info.yaml
+++ b/info.yaml
@@ -13,7 +13,7 @@
     - "Open MPW"
     - "Test Harness"
   category: "Test Harness"
-  top_level_netlist: "caravel/verilog/gl/caravel.v"
+  top_level_netlist: "caravel/verilog/gl/caravan.v"
   user_level_netlist: "verilog/gl/user_analog_project_wrapper.v"
   version: "1.00"
   cover_image: "docs/source/_static/caravel_harness.png"