-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from ferrandi/panda-0.9.6.1-candidate
Panda 0.9.6.1 candidate
- Loading branch information
Showing
1,250 changed files
with
4,357 additions
and
4,274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
`endif | ||
|
||
// This component is part of the BAMBU/PANDA IP LIBRARY | ||
// Copyright (C) 2004-2017 Politecnico di Milano | ||
// Copyright (C) 2004-2020 Politecnico di Milano | ||
// Author(s): Fabrizio Ferrandi <[email protected]>, Christian Pilato <[email protected]> | ||
// License: PANDA_LGPLv3 | ||
`timescale 1ns / 1ps | ||
|
@@ -57,7 +57,7 @@ module mangled_constant_value(out1); | |
endmodule | ||
|
||
// This component is part of the BAMBU/PANDA IP LIBRARY | ||
// Copyright (C) 2004-2017 Politecnico di Milano | ||
// Copyright (C) 2004-2020 Politecnico di Milano | ||
// Author(s): Fabrizio Ferrandi <[email protected]> | ||
// License: PANDA_LGPLv3 | ||
`timescale 1ns / 1ps | ||
|
@@ -80,7 +80,7 @@ module mangled_UUconvert_expr_FU(in1, out1); | |
endmodule | ||
|
||
// This component is part of the BAMBU/PANDA IP LIBRARY | ||
// Copyright (C) 2004-2017 Politecnico di Milano | ||
// Copyright (C) 2004-2020 Politecnico di Milano | ||
// Author(s): Fabrizio Ferrandi <[email protected]> | ||
// License: PANDA_LGPLv3 | ||
`timescale 1ns / 1ps | ||
|
@@ -103,7 +103,7 @@ module mangled_UIdata_converter_FU(in1, out1); | |
endmodule | ||
|
||
// This component is part of the BAMBU/PANDA IP LIBRARY | ||
// Copyright (C) 2004-2017 Politecnico di Milano | ||
// Copyright (C) 2004-2020 Politecnico di Milano | ||
// Author(s): Fabrizio Ferrandi <[email protected]> | ||
// License: PANDA_LGPLv3 | ||
`timescale 1ns / 1ps | ||
|
@@ -126,7 +126,7 @@ module IUdata_converter_FU(in1, out1); | |
endmodule | ||
|
||
// This component is part of the BAMBU/PANDA IP LIBRARY | ||
// Copyright (C) 2004-2017 Politecnico di Milano | ||
// Copyright (C) 2004-2020 Politecnico di Milano | ||
// Author(s): Fabrizio Ferrandi <[email protected]> | ||
// License: PANDA_LGPLv3 | ||
`timescale 1ns / 1ps | ||
|
@@ -141,7 +141,7 @@ module plus_expr_FU(in1, in2, out1); | |
endmodule | ||
|
||
// This component is part of the BAMBU/PANDA IP LIBRARY | ||
// Copyright (C) 2004-2017 Politecnico di Milano | ||
// Copyright (C) 2004-2020 Politecnico di Milano | ||
// Author(s): Fabrizio Ferrandi <[email protected]> | ||
// License: PANDA_LGPLv3 | ||
`timescale 1ns / 1ps | ||
|
@@ -157,7 +157,7 @@ module ternary_plus_expr_FU(in1, in2, in3, out1); | |
endmodule | ||
|
||
// This component is part of the BAMBU/PANDA IP LIBRARY | ||
// Copyright (C) 2004-2017 Politecnico di Milano | ||
// Copyright (C) 2004-2020 Politecnico di Milano | ||
// Author(s): Fabrizio Ferrandi <[email protected]> | ||
// License: PANDA_LGPLv3 | ||
`timescale 1ns / 1ps | ||
|
@@ -172,7 +172,7 @@ module ui_plus_expr_FU(in1, in2, out1); | |
endmodule | ||
|
||
// This component is part of the BAMBU/PANDA IP LIBRARY | ||
// Copyright (C) 2004-2017 Politecnico di Milano | ||
// Copyright (C) 2004-2020 Politecnico di Milano | ||
// Author(s): Fabrizio Ferrandi <[email protected]> | ||
// License: PANDA_LGPLv3 | ||
`timescale 1ns / 1ps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
<circuit> | ||
<component_o id="TRUE_DUAL_PORT_BYTE_ENABLING_RAM"> | ||
<description>This component is part of the BAMBU/PANDA IP LIBRARY</description> | ||
<copyright>Copyright (C) 2016-2019 Politecnico di Milano</copyright> | ||
<copyright>Copyright (C) 2016-2020 Politecnico di Milano</copyright> | ||
<authors>Fabrizio Ferrandi <[email protected]></authors> | ||
<license>PANDA_LGPLv3</license> | ||
<specialized>NanoXplore</specialized> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
<circuit> | ||
<component_o id="TRUE_DUAL_PORT_BYTE_ENABLING_RAM"> | ||
<description>This component is part of the BAMBU/PANDA IP LIBRARY</description> | ||
<copyright>Copyright (C) 2016-2019 Politecnico di Milano</copyright> | ||
<copyright>Copyright (C) 2016-2020 Politecnico di Milano</copyright> | ||
<authors>Fabrizio Ferrandi <[email protected]></authors> | ||
<license>PANDA_LGPLv3</license> | ||
<specialized>NanoXplore</specialized> | ||
|
Oops, something went wrong.