Skip to content
Snippets Groups Projects
Commit 54c708c0 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added toolsetSelect for unb2a (= new UniBoard2 board with ip_arria10_e3sge3 FPGA).

parent 3016055a
Branches
No related tags found
No related merge requests found
...@@ -306,7 +306,7 @@ if __name__ == '__main__': ...@@ -306,7 +306,7 @@ if __name__ == '__main__':
# Read the dictionary info from all HDL tool and library configuration files in the current directory and the sub directories # Read the dictionary info from all HDL tool and library configuration files in the current directory and the sub directories
# Parse command line arguments # Parse command line arguments
toolsetSelect = ['unb1', 'unb2'] toolsetSelect = ['unb1', 'unb2', 'unb2a']
argparser = argparse.ArgumentParser(description='Create Modelsim mpf files for all hdllib.cfg') argparser = argparse.ArgumentParser(description='Create Modelsim mpf files for all hdllib.cfg')
argparser.add_argument('-t','--toolset', help='choose toolset %s (default: %s)' % (toolsetSelect,toolsetSelect[0]), default=toolsetSelect[0], required=False) argparser.add_argument('-t','--toolset', help='choose toolset %s (default: %s)' % (toolsetSelect,toolsetSelect[0]), default=toolsetSelect[0], required=False)
......
...@@ -224,7 +224,7 @@ if __name__ == '__main__': ...@@ -224,7 +224,7 @@ if __name__ == '__main__':
# Read the dictionary info from all HDL tool and library configuration files in the current directory and the sub directories # Read the dictionary info from all HDL tool and library configuration files in the current directory and the sub directories
# Parse command line arguments # Parse command line arguments
toolsetSelect = ['unb1', 'unb2'] toolsetSelect = ['unb1', 'unb2', 'unb2a']
argparser = argparse.ArgumentParser(description='Create Modelsim mpf files for all hdllib.cfg') argparser = argparse.ArgumentParser(description='Create Modelsim mpf files for all hdllib.cfg')
argparser.add_argument('-t','--toolset', help='choose toolset %s (default: %s)' % (toolsetSelect,toolsetSelect[0]), default=toolsetSelect[0], required=False) argparser.add_argument('-t','--toolset', help='choose toolset %s (default: %s)' % (toolsetSelect,toolsetSelect[0]), default=toolsetSelect[0], required=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment