commit | 8a1d5f234270784c8d08f6e2b0b0bf374bddf34f | [log] [tgz] |
---|---|---|
author | Tim Edwards <tim@opencircuitdesign.com> | Thu Apr 29 21:56:02 2021 -0400 |
committer | Tim Edwards <tim@opencircuitdesign.com> | Thu Apr 29 21:56:02 2021 -0400 |
tree | 28e86ff15d3d9c7b7135dcfd185dff90696809fa | |
parent | 6bb21656d8c3480c4577920e3b5c3b946e3d5c8b [diff] |
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"