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.
Fixed some 64bit issues on generators.
- Loading branch information
1 parent
5ec1ddb
commit f11cfb8
Showing
7 changed files
with
74 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,8 @@ | |
* | ||
* | ||
* @author Michele Fiorito <[email protected]> | ||
* @author Fabrizio Ferrandi <[email protected]> | ||
* @author Marco Lattuada <[email protected]> | ||
* $Revision$ | ||
* $Date$ | ||
* Last modified by $Author$ | ||
|
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 |
---|---|---|
|
@@ -37,6 +37,7 @@ | |
* | ||
* | ||
* @author Michele Fiorito <[email protected]> | ||
* @author Fabrizio Ferrandi <[email protected]> | ||
* $Revision$ | ||
* $Date$ | ||
* Last modified by $Author$ | ||
|
@@ -193,4 +194,4 @@ void OpenModuleGenerator::InternalExec(std::ostream& out, const module* /* mod * | |
|
||
out << fsm; | ||
out << " // verilator lint_on LITENDIAN\n"; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -37,6 +37,7 @@ | |
* | ||
* | ||
* @author Michele Fiorito <[email protected]> | ||
* @author Fabrizio Ferrandi <[email protected]> | ||
* $Revision$ | ||
* $Date$ | ||
* Last modified by $Author$ | ||
|
@@ -193,4 +194,4 @@ void OpenNModuleGenerator::InternalExec(std::ostream& out, const module* /* mod | |
|
||
out << fsm; | ||
out << " // verilator lint_on LITENDIAN\n"; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -37,6 +37,7 @@ | |
* | ||
* | ||
* @author Michele Fiorito <[email protected]> | ||
* @author Fabrizio Ferrandi <[email protected]> | ||
* $Revision$ | ||
* $Date$ | ||
* Last modified by $Author$ | ||
|
@@ -236,4 +237,4 @@ void OpenP1NModuleGenerator::InternalExec(std::ostream& out, const module* /* mo | |
|
||
out << fsm; | ||
out << " // verilator lint_on LITENDIAN\n"; | ||
} | ||
} |
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