Add caravel submodule
diff --git a/.gitignore b/.gitignore index 336e5d3..0982056 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,4 +1,3 @@ -caravel precheck_results *.vcd *.hex
diff --git a/caravel b/caravel new file mode 160000 index 0000000..793bf63 --- /dev/null +++ b/caravel
@@ -0,0 +1 @@ +Subproject commit 793bf634c2c1b1af90be95fcd85688e869bfb667
diff --git a/info.yaml b/info.yaml index bdd53ba..7bc2af2 100644 --- a/info.yaml +++ b/info.yaml
@@ -1,19 +1,17 @@ --- project: - description: "A template SoC for Google sponsored Open MPW shuttles for SKY130." + description: "A CPU core used for teaching and some experimental graphics components" foundry: "SkyWater" - git_url: "https://github.com/efabless/caravel_project_example.git" + git_url: "https://github.com/asinghani/caravel-picorF0.git" organization: "Efabless" - organization_url: "http://efabless.com" - owner: "Tim Edwards" + owner: "Anish Singhani" process: "SKY130" - project_name: "Caravel" + project_name: "picorF0" project_id: "00000000" tags: - "Open MPW" - - "Test Harness" - category: "Test Harness" + - "Processor" + category: "Processor" top_level_netlist: "caravel/verilog/gl/caravel.v" user_level_netlist: "verilog/gl/user_project_wrapper.v" version: "1.00" - cover_image: "docs/source/_static/caravel_harness.png"