[ spi_host, proj ] Update SPI_HOST Design and DV to version 1.0
Signed-off-by: Martin Lueker-Boden <martin.lueker-boden@wdc.com>
diff --git a/hw/ip/spi_host/data/spi_host.prj.hjson b/hw/ip/spi_host/data/spi_host.prj.hjson
index 86cf37a..bec6e92 100644
--- a/hw/ip/spi_host/data/spi_host.prj.hjson
+++ b/hw/ip/spi_host/data/spi_host.prj.hjson
@@ -9,7 +9,7 @@
hw_checklist: "../doc/checklist",
revisions: [
{
- version: "0.5",
+ version: "1.0",
life_stage: "L1",
design_stage: "D1",
verification_stage: "V1",
diff --git a/hw/ip/spi_host/dv/spi_host_sim.core b/hw/ip/spi_host/dv/spi_host_sim.core
index 0c7c4ac..908fd2c 100644
--- a/hw/ip/spi_host/dv/spi_host_sim.core
+++ b/hw/ip/spi_host/dv/spi_host_sim.core
@@ -2,13 +2,13 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
-name: "lowrisc:dv:spi_host_sim:0.1"
+name: "lowrisc:dv:spi_host_sim:1.0"
description: "SPI_HOST DV sim target"
filesets:
files_rtl:
depend:
- - lowrisc:ip:spi_host:0.1
+ - lowrisc:ip:spi_host:1.0
files_dv:
depend:
diff --git a/hw/ip/spi_host/dv/spi_host_sim_cfg.hjson b/hw/ip/spi_host/dv/spi_host_sim_cfg.hjson
index 963b2ea..90bc694 100644
--- a/hw/ip/spi_host/dv/spi_host_sim_cfg.hjson
+++ b/hw/ip/spi_host/dv/spi_host_sim_cfg.hjson
@@ -15,7 +15,7 @@
tool: xcelium
// Fusesoc core file used for building the file list.
- fusesoc_core: lowrisc:dv:spi_host_sim:0.1
+ fusesoc_core: lowrisc:dv:spi_host_sim:1.0
// Testplan hjson file.
testplan: "{proj_root}/hw/ip/spi_host/data/spi_host_testplan.hjson"
diff --git a/hw/ip/spi_host/spi_host.core b/hw/ip/spi_host/spi_host.core
index 28d38df..81cdc0d 100644
--- a/hw/ip/spi_host/spi_host.core
+++ b/hw/ip/spi_host/spi_host.core
@@ -2,7 +2,7 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
-name: "lowrisc:ip:spi_host:0.1"
+name: "lowrisc:ip:spi_host:1.0"
description: "SPI_HOST DV"
filesets: