Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendorized cvfpu with common_cells #822

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cv32e40p_fpu_manifest.flist
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ ${DESIGN_RTL_DIR}/cv32e40p_prefetch_controller.sv
${DESIGN_RTL_DIR}/cv32e40p_sleep_unit.sv
${DESIGN_RTL_DIR}/cv32e40p_core.sv

${DESIGN_RTL_DIR}/vendor/pulp_platform_common_cells/src/cf_math_pkg.sv
${DESIGN_RTL_DIR}/vendor/pulp_platform_common_cells/src/rr_arb_tree.sv
${DESIGN_RTL_DIR}/vendor/pulp_platform_common_cells/src/lzc.sv
${DESIGN_RTL_DIR}/vendor/pulp_platform_fpnew/vendor/common_cells/src/cf_math_pkg.sv
${DESIGN_RTL_DIR}/vendor/pulp_platform_fpnew/vendor/common_cells/src/rr_arb_tree.sv
${DESIGN_RTL_DIR}/vendor/pulp_platform_fpnew/vendor/common_cells/src/lzc.sv
${DESIGN_RTL_DIR}/vendor/pulp_platform_fpnew/src/fpnew_pkg.sv
${DESIGN_RTL_DIR}/vendor/pulp_platform_fpnew/vendor/opene906/E906_RTL_FACTORY/gen_rtl/clk/rtl/gated_clk_cell.v
${DESIGN_RTL_DIR}/vendor/pulp_platform_fpnew/vendor/opene906/E906_RTL_FACTORY/gen_rtl/fdsu/rtl/pa_fdsu_ctrl.v
Expand Down
4 changes: 2 additions & 2 deletions rtl/vendor/pulp_platform_fpnew.lock.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
upstream:
{
url: https://github.com/pulp-platform/fpnew.git
rev: 11659d7ff3580ac3226c6d56a90ef717cdc530e3
url: https://github.com/davideschiavone/fpnew.git
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be changed once https://github.com/openhwgroup/cvfpu/pull/93/files has been merged

rev: 3e5deb84382f93232cb0f0d79fed9208ee7dc7b6
}
}
5 changes: 2 additions & 3 deletions rtl/vendor/pulp_platform_fpnew.vendor.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
target_dir: "pulp_platform_fpnew",

upstream: {
url: "https://github.com/pulp-platform/fpnew.git",
rev: "11659d7ff3580ac3226c6d56a90ef717cdc530e3",
url: "https://github.com/davideschiavone/fpnew.git",
rev: "3e5deb84382f93232cb0f0d79fed9208ee7dc7b6",
},

exclude_from_upstream: [
Expand All @@ -16,7 +16,6 @@
"CITATION.cff",
"README.md",
"Bender.yml",
"src/common_cells",
"src/fpu_div_sqrt_mvp",
"tb",
"ips_list.yml",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2022 OpenHW Group
// Copyright 2023 OpenHW Group
// Solderpad Hardware License, Version 2.1, see LICENSE.md for details.
// SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
{
name: "pulp_platform_common_cells",
target_dir: "pulp_platform_common_cells",
name: "common_cells",
target_dir: "common_cells",

upstream: {
url: "https://github.com/pulp-platform/common_cells.git",
Expand All @@ -29,4 +29,4 @@
"test"
]

}
}
14 changes: 0 additions & 14 deletions rtl/vendor/pulp_platform_fpu_div_sqrt_mvp.lock.hjson

This file was deleted.

19 changes: 0 additions & 19 deletions rtl/vendor/pulp_platform_fpu_div_sqrt_mvp.vendor.hjson

This file was deleted.

176 changes: 0 additions & 176 deletions rtl/vendor/pulp_platform_fpu_div_sqrt_mvp/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions rtl/vendor/pulp_platform_fpu_div_sqrt_mvp/hdl/.gitignore

This file was deleted.

Loading