From f0180d6153777406e5cf3ef52005f71301817875 Mon Sep 17 00:00:00 2001 From: Francesco Conti Date: Mon, 29 Jan 2018 22:05:13 +0100 Subject: [PATCH] Removed non-ASCII characters --- LICENSE | 32 ++++++++++++------------- include/apu_core_package.sv | 4 ++-- include/apu_macros.sv | 4 ++-- include/riscv_config.sv | 4 ++-- include/riscv_defines.sv | 4 ++-- include/riscv_tracer_defines.sv | 4 ++-- riscv_L0_buffer.sv | 4 ++-- riscv_alu.sv | 4 ++-- riscv_alu_basic.sv | 4 ++-- riscv_alu_div.sv | 4 ++-- riscv_apu_disp.sv | 4 ++-- riscv_compressed_decoder.sv | 4 ++-- riscv_controller.sv | 4 ++-- riscv_core.sv | 4 ++-- riscv_cs_registers.sv | 4 ++-- riscv_debug_unit.sv | 4 ++-- riscv_decoder.sv | 4 ++-- riscv_ex_stage.sv | 4 ++-- riscv_fetch_fifo.sv | 4 ++-- riscv_hwloop_controller.sv | 4 ++-- riscv_hwloop_regs.sv | 4 ++-- riscv_id_stage.sv | 4 ++-- riscv_if_stage.sv | 4 ++-- riscv_int_controller.sv | 4 ++-- riscv_load_store_unit.sv | 4 ++-- riscv_mult.sv | 4 ++-- riscv_prefetch_L0_buffer.sv | 4 ++-- riscv_prefetch_buffer.sv | 4 ++-- riscv_register_file.sv | 4 ++-- riscv_register_file_latch.sv | 4 ++-- riscv_tracer.sv | 4 ++-- verilator-model/cluster_clock_gating.sv | 4 ++-- verilator-model/dp_ram.sv | 4 ++-- verilator-model/ram.sv | 4 ++-- verilator-model/top.sv | 4 ++-- 35 files changed, 84 insertions(+), 84 deletions(-) diff --git a/LICENSE b/LICENSE index 3a2b87e..18e4f67 100644 --- a/LICENSE +++ b/LICENSE @@ -15,43 +15,43 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. -“License” shall mean the terms and conditions for use, reproduction, and +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. -“Licensor” shall mean the Rights owner or entity authorized by the Rights owner +"Licensor" shall mean the Rights owner or entity authorized by the Rights owner that is granting the License. -“Legal Entity” shall mean the union of the acting entity and all other entities +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. -For the purposes of this definition, “control” means (i) the power, direct or +For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. -“You” (or “Your”) shall mean an individual or Legal Entity exercising +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. -“Rights” means copyright and any similar right including design right (whether +"Rights" means copyright and any similar right including design right (whether registered or unregistered), semiconductor topography (mask) rights and database rights (but excluding Patents and Trademarks). -“Source” form shall mean the preferred form for making modifications, including +"Source" form shall mean the preferred form for making modifications, including but not limited to source code, net lists, board layouts, CAD files, documentation source, and configuration files. -“Object” form shall mean any form resulting from mechanical transformation or +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, the instantiation of a hardware design and conversions to other media types, including intermediate forms such as bytecodes, FPGA bitstreams, artwork and semiconductor topographies (mask works). -“Work” shall mean the work of authorship, whether in Source form or other +"Work" shall mean the work of authorship, whether in Source form or other Object form, made available under the License, as indicated by a Rights notice that is included in or attached to the work (an example is provided in the Appendix below). -“Derivative Works” shall mean any work, whether in Source or Object form, that +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works @@ -59,20 +59,20 @@ shall not include works that remain separable from, or merely link (or bind by name) or physically connect to or interoperate with the interfaces of, the Work and Derivative Works thereof. -“Contribution” shall mean any design or work of authorship, including the +"Contribution" shall mean any design or work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the Rights owner or by an individual or Legal Entity authorized to submit on behalf of the Rights owner. For the purposes of this -definition, “submitted” means any form of electronic, verbal, or written +definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing -by the Rights owner as “Not a Contribution.” +by the Rights owner as "Not a Contribution." -“Contributor” shall mean Licensor and any individual or Legal Entity on behalf +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. @@ -112,7 +112,7 @@ Source or Object form, provided that You meet the following conditions: the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and - If the Work includes a “NOTICE” text file as part of its distribution, then + If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at @@ -145,7 +145,7 @@ reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its -Contributions) on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the diff --git a/include/apu_core_package.sv b/include/apu_core_package.sv index 2e0a140..828fdeb 100644 --- a/include/apu_core_package.sv +++ b/include/apu_core_package.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/include/apu_macros.sv b/include/apu_macros.sv index 4f57895..bc01986 100644 --- a/include/apu_macros.sv +++ b/include/apu_macros.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/include/riscv_config.sv b/include/riscv_config.sv index 6a3794e..b173c50 100644 --- a/include/riscv_config.sv +++ b/include/riscv_config.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/include/riscv_defines.sv b/include/riscv_defines.sv index 5d37902..238a169 100644 --- a/include/riscv_defines.sv +++ b/include/riscv_defines.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/include/riscv_tracer_defines.sv b/include/riscv_tracer_defines.sv index 10de4b9..21d59a5 100644 --- a/include/riscv_tracer_defines.sv +++ b/include/riscv_tracer_defines.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_L0_buffer.sv b/riscv_L0_buffer.sv index 0858ed3..4a2903a 100644 --- a/riscv_L0_buffer.sv +++ b/riscv_L0_buffer.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_alu.sv b/riscv_alu.sv index 8413e2d..787b0d4 100644 --- a/riscv_alu.sv +++ b/riscv_alu.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_alu_basic.sv b/riscv_alu_basic.sv index 301f05c..af9f9f0 100644 --- a/riscv_alu_basic.sv +++ b/riscv_alu_basic.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_alu_div.sv b/riscv_alu_div.sv index e5ffb9f..6fc49f9 100644 --- a/riscv_alu_div.sv +++ b/riscv_alu_div.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_apu_disp.sv b/riscv_apu_disp.sv index 4ff66b9..b1ee545 100644 --- a/riscv_apu_disp.sv +++ b/riscv_apu_disp.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_compressed_decoder.sv b/riscv_compressed_decoder.sv index 92bebe4..50ecf56 100644 --- a/riscv_compressed_decoder.sv +++ b/riscv_compressed_decoder.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_controller.sv b/riscv_controller.sv index 319ff75..4486f6a 100644 --- a/riscv_controller.sv +++ b/riscv_controller.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_core.sv b/riscv_core.sv index 6c80f1b..c5cad65 100644 --- a/riscv_core.sv +++ b/riscv_core.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_cs_registers.sv b/riscv_cs_registers.sv index 581a1a5..53ceffb 100644 --- a/riscv_cs_registers.sv +++ b/riscv_cs_registers.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_debug_unit.sv b/riscv_debug_unit.sv index 41acac8..cc72a7e 100644 --- a/riscv_debug_unit.sv +++ b/riscv_debug_unit.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_decoder.sv b/riscv_decoder.sv index 8fda3ee..17d14b9 100644 --- a/riscv_decoder.sv +++ b/riscv_decoder.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_ex_stage.sv b/riscv_ex_stage.sv index 7224a33..e0cdf22 100644 --- a/riscv_ex_stage.sv +++ b/riscv_ex_stage.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_fetch_fifo.sv b/riscv_fetch_fifo.sv index 0138a4a..a115a5c 100644 --- a/riscv_fetch_fifo.sv +++ b/riscv_fetch_fifo.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_hwloop_controller.sv b/riscv_hwloop_controller.sv index d21ee1b..bab8f0a 100644 --- a/riscv_hwloop_controller.sv +++ b/riscv_hwloop_controller.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_hwloop_regs.sv b/riscv_hwloop_regs.sv index 78ad7e2..4f5b58b 100644 --- a/riscv_hwloop_regs.sv +++ b/riscv_hwloop_regs.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_id_stage.sv b/riscv_id_stage.sv index a279697..8bf6a81 100644 --- a/riscv_id_stage.sv +++ b/riscv_id_stage.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_if_stage.sv b/riscv_if_stage.sv index b26a513..2cf924e 100644 --- a/riscv_if_stage.sv +++ b/riscv_if_stage.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_int_controller.sv b/riscv_int_controller.sv index 5358749..978591b 100644 --- a/riscv_int_controller.sv +++ b/riscv_int_controller.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_load_store_unit.sv b/riscv_load_store_unit.sv index 6fb7c6b..318d973 100644 --- a/riscv_load_store_unit.sv +++ b/riscv_load_store_unit.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_mult.sv b/riscv_mult.sv index b3990f3..5ac2509 100644 --- a/riscv_mult.sv +++ b/riscv_mult.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_prefetch_L0_buffer.sv b/riscv_prefetch_L0_buffer.sv index efacbae..b2f2f44 100644 --- a/riscv_prefetch_L0_buffer.sv +++ b/riscv_prefetch_L0_buffer.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_prefetch_buffer.sv b/riscv_prefetch_buffer.sv index d7777bd..ec9e3ce 100644 --- a/riscv_prefetch_buffer.sv +++ b/riscv_prefetch_buffer.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_register_file.sv b/riscv_register_file.sv index 6f92452..8cc467a 100644 --- a/riscv_register_file.sv +++ b/riscv_register_file.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_register_file_latch.sv b/riscv_register_file_latch.sv index 7291888..c32a841 100644 --- a/riscv_register_file_latch.sv +++ b/riscv_register_file_latch.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/riscv_tracer.sv b/riscv_tracer.sv index cb0da88..885d221 100644 --- a/riscv_tracer.sv +++ b/riscv_tracer.sv @@ -1,10 +1,10 @@ // Copyright 2018 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/verilator-model/cluster_clock_gating.sv b/verilator-model/cluster_clock_gating.sv index e231c35..d486555 100644 --- a/verilator-model/cluster_clock_gating.sv +++ b/verilator-model/cluster_clock_gating.sv @@ -1,10 +1,10 @@ // Copyright 2017 ETH Zurich and University of Bologna. // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/verilator-model/dp_ram.sv b/verilator-model/dp_ram.sv index 07949cf..0082bfe 100644 --- a/verilator-model/dp_ram.sv +++ b/verilator-model/dp_ram.sv @@ -1,11 +1,11 @@ // Copyright 2015 ETH Zurich and University of Bologna. // Copyright 2017 Embecosm Limited // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/verilator-model/ram.sv b/verilator-model/ram.sv index 152c04d..acf11a0 100644 --- a/verilator-model/ram.sv +++ b/verilator-model/ram.sv @@ -1,10 +1,10 @@ // Copyright 2017 Embecosm Limited // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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. diff --git a/verilator-model/top.sv b/verilator-model/top.sv index 2d7605e..08df5ec 100644 --- a/verilator-model/top.sv +++ b/verilator-model/top.sv @@ -1,10 +1,10 @@ // Copyright 2017 Embecosm Limited // Copyright and related rights are licensed under the Solderpad Hardware -// License, Version 0.51 (the “License”); you may not use this file except in +// License, Version 0.51 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://solderpad.org/licenses/SHL-0.51. Unless required by applicable law // or agreed to in writing, software, hardware and materials distributed under -// this License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +// this 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.