Small fixes and a new feature#32
Open
atsommer wants to merge 15 commits into
Open
Conversation
…adServerSettings; intend to replace with better solution next. This was needed because UnitTest Accessors have been deprecated as of VS2012.
…gsForUnitTests(), and replaced every instance of loadServerSettingsForUnitTests() with loadServerSettings()
Changed the ToolsVersion to 15.0 instead of 4.0 for compatibility between different .NET Frameworks. It is necessary to have a .NET Framework of 4.8 and above for compatibility with the .dll filse for the Opal Kelly XEM7001. I created a new folder called libs that contains the necessary .dll files for the Opal Kelly XEM7001, but only for x86. WIthin libs, there are other necessary .dll files that get copied directly into the project when Atticus is compiled. Throughout the solution, it is necessary to change the namespace from com.opalkelly.frontpanel to the correct namespace OpalKelly.FronPanel for the XEM7001.
…icus is compiled.
…t dll files for the XEM7001. Added a folder named Source Code for XEM7001 that contains the project file and verilog files for the XEM7001 in Vivado v2024.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes some fixes related to unit tests, some code clean-up, and a small new feature--the serverPort setting.