mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 11:57:12 -04:00
update headers
This commit is contained in:
parent
3b1d8943c3
commit
146ef10c9c
22 changed files with 327 additions and 254 deletions
|
@ -1,12 +1,17 @@
|
|||
// 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
|
||||
// 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
|
||||
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||
// specific language governing permissions and limitations under the License.
|
||||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Engineer: Michael Gautschi - gautschi@iis.ee.ethz.ch //
|
||||
|
|
|
@ -1,12 +1,17 @@
|
|||
// Copyright 2015 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
|
||||
// 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
|
||||
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||
// specific language governing permissions and limitations under the License.
|
||||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Engineer: Matthias Baer - baermatt@student.ethz.ch //
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
// Copyright 2015 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
|
||||
// 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
|
||||
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||
// specific language governing permissions and limitations under the License.
|
||||
|
||||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
package zeroriscy_tracer_defines;
|
||||
import zeroriscy_defines::*;
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Markus Wegmann - markus.wegmann@technokrat.ch //
|
||||
// //
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Sven Stucki - svstucki@student.ethz.ch //
|
||||
// //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Matthias Baer - baermatt@student.ethz.ch //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Matthias Baer - baermatt@student.ethz.ch //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Sven Stucki - svstucki@student.ethz.ch //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Andreas Traber - atraber@iis.ee.ethz.ch //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer Andreas Traber - atraber@iis.ee.ethz.ch //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Renzo Andri - andrire@student.ethz.ch //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Andreas Traber - atraber@iis.ee.ethz.ch //
|
||||
// //
|
||||
// Design Name: Fetch Fifo for 32 bit memory interface //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Renzo Andri - andrire@student.ethz.ch //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// ///
|
||||
// Engineer: Renzo Andri - andrire@student.ethz.ch //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Davide Schiavone - pschiavo@iis.ee.ethz.ch //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Igor Loi - igor.loi@unibo.it //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Davide Schiavone - pschiavo@iis.ee.ethz.ch //
|
||||
// //
|
||||
// //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Davide Schiavone - pschiavo@iis.ee.ethz.ch //
|
||||
// //
|
||||
// //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Andreas Traber - atraber@iis.ee.ethz.ch //
|
||||
// //
|
||||
// Design Name: Prefetcher Buffer for 32 bit memory interface //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Antonio Pullini - pullinia@iis.ee.ethz.ch //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Francesco Conti - f.conti@unibo.it //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
/* Copyright (C) 2017 ETH Zurich, University of Bologna
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is under development and not yet released to the public.
|
||||
* Until it is released, the code is under the copyright of ETH Zurich and
|
||||
* the University of Bologna, and may contain confidential and/or unpublished
|
||||
* work. Any reuse/redistribution is strictly forbidden without written
|
||||
* permission from ETH Zurich.
|
||||
*
|
||||
* Bug fixes and contributions will eventually be released under the
|
||||
* SolderPad open hardware license in the context of the PULP platform
|
||||
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
|
||||
* University of Bologna.
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 ETH Zurich, University of Bologna //
|
||||
// All rights reserved. //
|
||||
// //
|
||||
// This code is under development and not yet released to the public. //
|
||||
// Until it is released, the code is under the copyright of ETH Zurich //
|
||||
// and the University of Bologna, and may contain unpublished work. //
|
||||
// Any reuse/redistribution should only be under explicit permission. //
|
||||
// //
|
||||
// Bug fixes and contributions will eventually be released under the //
|
||||
// SolderPad open hardware license and under the copyright of ETH Zurich //
|
||||
// and the University of Bologna. //
|
||||
// //
|
||||
// Engineer: Andreas Traber - atraber@iis.ee.ethz.ch //
|
||||
// //
|
||||
// Additional contributions by: //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue