[rv_plic/doc] Add rv_plic to hugo
diff --git a/hw/_index.md b/hw/_index.md
index 846c4e4..54a3950 100644
--- a/hw/_index.md
+++ b/hw/_index.md
@@ -26,7 +26,7 @@
| pinmux |[design spec]({{< relref "hw/ip/pinmux/doc" >}})
| rv\_core\_ibex |[design spec]({{< relref "hw/ip/rv_core_ibex/doc" >}})
| rv\_dm |[design spec]({{< relref "hw/ip/rv_dm/doc" >}})
-| rv\_plic |[design spec]({{< relref "hw/ip/rv_plic/doc" >}})
+| rv\_plic |[design spec]({{< relref "hw/ip/rv_plic/doc" >}}) | [DV plan]({{< relref "hw/ip/rv_plic/doc/dv_plan" >}})
| rv\_timer |[design spec]({{< relref "hw/ip/rv_timer/doc" >}}) | [DV plan]({{< relref "hw/ip/rv_timer/doc/dv_plan" >}})
| spi\_device |[design spec]({{< relref "hw/ip/spi_device/doc" >}})
| tlul |[design spec]({{< relref "hw/ip/tlul/doc" >}})
diff --git a/hw/ip/rv_plic/doc/fpv.svg b/hw/ip/rv_plic/doc/dv_plan/fpv.svg
similarity index 100%
rename from hw/ip/rv_plic/doc/fpv.svg
rename to hw/ip/rv_plic/doc/dv_plan/fpv.svg
diff --git a/hw/ip/rv_plic/doc/rv_plic_fpv_plan.md b/hw/ip/rv_plic/doc/dv_plan/index.md
similarity index 85%
rename from hw/ip/rv_plic/doc/rv_plic_fpv_plan.md
rename to hw/ip/rv_plic/doc/dv_plan/index.md
index 7389603..d10536d 100644
--- a/hw/ip/rv_plic/doc/rv_plic_fpv_plan.md
+++ b/hw/ip/rv_plic/doc/dv_plan/index.md
@@ -1,11 +1,15 @@
---
-title: "RV_PLIC FPV Plan"
+title: "RV_PLIC DV Plan"
---
## Goals
-* Verify all the RV_PLIC outputs by writing assumptions and assertions with a
- FPV based testbench
-* Verify TileLink device protocol compliance with a FPV based testbench
+* DV:
+ * RV_PLIC is decided to verify in FPV only
+
+* FPV:
+ * Verify all the RV_PLIC outputs by writing assumptions and assertions with a
+ FPV based testbench
+ * Verify TileLink device protocol compliance with a FPV based testbench
## Current status
* [Design & verification stage]({{< relref "doc/project/hw_dashboard" >}})
diff --git a/util/build_docs.py b/util/build_docs.py
index 363072e..f2b0750 100755
--- a/util/build_docs.py
+++ b/util/build_docs.py
@@ -72,6 +72,7 @@
"hw/ip/gpio/data/gpio_testplan.hjson",
"hw/ip/hmac/data/hmac_testplan.hjson",
"hw/ip/i2c/data/i2c_testplan.hjson",
+ "hw/ip/rv_plic/data/rv_plic_fpv_testplan.hjson",
"hw/ip/rv_timer/data/rv_timer_testplan.hjson",
"hw/ip/uart/data/uart_testplan.hjson",
"util/testplanner/examples/foo_testplan.hjson",