forked from ferrandi/PandA-bambu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* LTO compilation flow fix * Python test suite runner and failure aggregator fix * Stratix V synthesis script update * Copyright year update * Changelog update --------- Co-authored-by: Fabrizio Ferrandi <[email protected]>
- Loading branch information
1 parent
bc81cc4
commit afcb953
Showing
1,189 changed files
with
2,467 additions
and
2,547 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
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-2022 Politecnico di Milano | ||
// Copyright (C) 2004-2023 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-2022 Politecnico di Milano | ||
// Copyright (C) 2004-2023 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-2022 Politecnico di Milano | ||
// Copyright (C) 2004-2023 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-2022 Politecnico di Milano | ||
// Copyright (C) 2004-2023 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-2022 Politecnico di Milano | ||
// Copyright (C) 2004-2023 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-2022 Politecnico di Milano | ||
// Copyright (C) 2004-2023 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-2022 Politecnico di Milano | ||
// Copyright (C) 2004-2023 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-2022 Politecnico di Milano | ||
// Copyright (C) 2004-2023 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-2022 Politecnico di Milano</copyright> | ||
<copyright>Copyright (C) 2016-2023 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-2022 Politecnico di Milano</copyright> | ||
<copyright>Copyright (C) 2016-2023 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
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
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
Oops, something went wrong.