From 96d6976c44321a40fe9128e8acb0be943cb1bfb9 Mon Sep 17 00:00:00 2001 From: liangkangnan Date: Sat, 19 Jun 2021 16:33:50 +0800 Subject: [PATCH] temp commit Signed-off-by: liangkangnan --- rtl/sys_bus/obi_interconnect.sv | 15 +++++++++++++++ rtl/sys_bus/obi_interconnect_master_sel.sv | 16 +++++++++++++++- rtl/sys_bus/obi_interconnect_slave_sel.sv | 16 +++++++++++++++- 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/rtl/sys_bus/obi_interconnect.sv b/rtl/sys_bus/obi_interconnect.sv index 7768b9a..6f7f3c8 100644 --- a/rtl/sys_bus/obi_interconnect.sv +++ b/rtl/sys_bus/obi_interconnect.sv @@ -1,3 +1,18 @@ + /* + Copyright 2021 Blue Liang, liangkangnan@163.com + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ // obi总线交叉互联矩阵,支持一对多、多对一、多对多 // master之间采用优先级总裁方式,LSB优先级最高,MSB优先级最低 diff --git a/rtl/sys_bus/obi_interconnect_master_sel.sv b/rtl/sys_bus/obi_interconnect_master_sel.sv index 21e7c4e..05612c4 100644 --- a/rtl/sys_bus/obi_interconnect_master_sel.sv +++ b/rtl/sys_bus/obi_interconnect_master_sel.sv @@ -1,4 +1,18 @@ - + /* + Copyright 2021 Blue Liang, liangkangnan@163.com + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ // 从多个master之间选择一个 module obi_interconnect_master_sel #( diff --git a/rtl/sys_bus/obi_interconnect_slave_sel.sv b/rtl/sys_bus/obi_interconnect_slave_sel.sv index 29891f8..2e9088f 100644 --- a/rtl/sys_bus/obi_interconnect_slave_sel.sv +++ b/rtl/sys_bus/obi_interconnect_slave_sel.sv @@ -1,4 +1,18 @@ - + /* + Copyright 2021 Blue Liang, liangkangnan@163.com + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ // 从多个slave之间选择一个 module obi_interconnect_slave_sel #(